We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dfcbf commit 48c71fcCopy full SHA for 48c71fc
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.23.9-alpine3.20 as builder
+FROM --platform=$BUILDPLATFORM golang:1.24.3-alpine3.20 as builder
2
3
ARG TARGETOS
4
ARG TARGETARCH
Dockerfile.e2e-test
-FROM golang:1.23.9-alpine3.20 as builder
+FROM golang:1.24.3-alpine3.20 as builder
RUN apk add --update --no-cache ca-certificates tzdata git make bash && update-ca-certificates
0 commit comments