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] committed Oct 1, 2024
1 parent 657e92e commit c1152ad
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@sha256:acfb46be39840f8c2a6b9efdd673c6627011200c73bab4e6d18b8b9ab4641c46 AS build-stage
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23.1@sha256:4f063a24d429510e512cc730c3330292ff49f3ade3ae79bda8f84a24fa25ecb0 AS build-stage

ARG BUILDPLATFORM
ARG TARGETARCH
Expand Down

0 comments on commit c1152ad

Please sign in to comment.