Skip to content

Commit e8b10ad

Browse files
authored
Pin the builder stage as alpine3.18
1 parent 69f101e commit e8b10ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Multi-stage build to generate custom k6 with extension
2-
FROM golang:1.20-alpine as builder
2+
FROM golang:1.20-alpine3.18 as builder
33
WORKDIR $GOPATH/src/go.k6.io/k6
44
COPY . .
55
RUN apk --no-cache add git=~2

0 commit comments

Comments
 (0)