Skip to content

Commit

Permalink
fix(container): update image docker.io/library/golang to v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-ahsoka[bot] authored and heathcliff26 committed Nov 17, 2024
1 parent f7262b4 commit 11879d8
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.2@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f AS build-stage
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23.3@sha256:73f06be4578c9987ce560087e2e2ea6485fb605e3910542cadd8fa09fc5f3e31 AS build-stage

ARG BUILDPLATFORM
ARG TARGETARCH
Expand Down

0 comments on commit 11879d8

Please sign in to comment.