Skip to content

Commit 4cc386d

Browse files
authored
Merge pull request #24 from verdie-g/fix-docker-load-test
Fix vegeta installation
2 parents b6a4a4e + f1ab27c commit 4cc386d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

load-test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN go mod tidy
1212
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o summarize_upload_results
1313

1414
# Build vegeta.
15-
RUN CGO_ENABLED=0 GOOS=linux go get -u github.com/tsenart/vegeta
15+
RUN CGO_ENABLED=0 GOOS=linux go install github.com/tsenart/vegeta@latest
1616

1717
# The image we actually run
1818
FROM alpine:latest

0 commit comments

Comments
 (0)