We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8f3fe commit f033232Copy full SHA for f033232
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.23-alpine3.20 as builder
+FROM --platform=$BUILDPLATFORM golang:1.24-alpine3.20 as builder
2
WORKDIR $GOPATH/src/go.k6.io/k6
3
COPY . .
4
ARG TARGETOS TARGETARCH
0 commit comments