Skip to content

Commit

Permalink
fix(container): update image docker.io/library/golang to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-ahsoka[bot] authored and heathcliff26 committed Oct 1, 2024
1 parent 3dc3d99 commit 13ec475
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.0 AS build-stage
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23.1 AS build-stage

ARG BUILDPLATFORM
ARG TARGETARCH
Expand Down

0 comments on commit 13ec475

Please sign in to comment.