Skip to content

Commit f1ab27c

Browse files
committed
Fix vegeta installation
1 parent b6a4a4e commit f1ab27c

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)