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 1f913f8 commit 16b2a1bCopy full SHA for 16b2a1b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1-alpine as builder
+FROM golang:1.12-alpine as builder
2
WORKDIR $GOPATH/src/github.com/loadimpact/k6
3
ADD . .
4
RUN apk --no-cache add --virtual .build-deps git make build-base && \
0 commit comments