Skip to content

Commit

Permalink
Switch build to bookworm due to gcc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Feb 10, 2025
1 parent 43c8689 commit 1d873af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# hadolint ignore=DL3007
FROM golang:latest AS builder
FROM golang:1.24rc3-bookworm AS builder

# hadolint ignore=DL3008
RUN apt-get update && \
Expand Down

0 comments on commit 1d873af

Please sign in to comment.