Skip to content

Commit

Permalink
fix(container): update image docker.io/library/golang to v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-ahsoka[bot] committed Dec 30, 2024
1 parent 65cefd6 commit eda0d63
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 @@
###############################################################################
# BEGIN build-stage
# Compile the binary
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23.3@sha256:73f06be4578c9987ce560087e2e2ea6485fb605e3910542cadd8fa09fc5f3e31 AS build-stage
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23.4@sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041 AS build-stage

ARG BUILDPLATFORM
ARG TARGETARCH
Expand Down

0 comments on commit eda0d63

Please sign in to comment.