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 331e2d3 commit 0ace86aCopy full SHA for 0ace86a
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.23.5-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.5-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