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 d36f04a commit 12aca6eCopy full SHA for 12aca6e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23-alpine3.21 as builder
+FROM golang:1.24-alpine3.21 AS builder
2
WORKDIR $GOPATH/src/go.k6.io/k6
3
ADD . .
4
RUN apk --no-cache add git
0 commit comments