Skip to content

Commit

Permalink
Update base image to bookworm
Browse files Browse the repository at this point in the history
Signed-off-by: eternal-flame-AD <[email protected]>
  • Loading branch information
eternal-flame-AD committed Oct 26, 2024
1 parent 859495e commit 8f64b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.linux-amd64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GO_VERSION
FROM golang:$GO_VERSION-bullseye
FROM golang:$GO_VERSION-bookworm
RUN git config --global --add safe.directory '*'

ENV CGO_ENABLED=1
Expand Down

0 comments on commit 8f64b28

Please sign in to comment.