We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff3459 commit df26f35Copy full SHA for df26f35
k6-runner/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=${BUILDPLATFORM} golang:1.22.12-alpine3.21 as builder
+FROM --platform=${BUILDPLATFORM} golang:1.21-alpine3.18 as builder
2
WORKDIR $GOPATH/src/go.k6.io/k6
3
RUN apk --no-cache add git
4
0 commit comments