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.
2 parents b6a4a4e + f1ab27c commit 4cc386dCopy full SHA for 4cc386d
load-test/Dockerfile
@@ -12,7 +12,7 @@ RUN go mod tidy
12
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o summarize_upload_results
13
14
# Build vegeta.
15
-RUN CGO_ENABLED=0 GOOS=linux go get -u github.com/tsenart/vegeta
+RUN CGO_ENABLED=0 GOOS=linux go install github.com/tsenart/vegeta@latest
16
17
# The image we actually run
18
FROM alpine:latest
0 commit comments