We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f101e commit e8b10adCopy full SHA for e8b10ad
Dockerfile
@@ -1,5 +1,5 @@
1
# Multi-stage build to generate custom k6 with extension
2
-FROM golang:1.20-alpine as builder
+FROM golang:1.20-alpine3.18 as builder
3
WORKDIR $GOPATH/src/go.k6.io/k6
4
COPY . .
5
RUN apk --no-cache add git=~2
0 commit comments