Skip to content

Commit 0d94a49

Browse files
authored
Merge pull request #350 from laszlocph/update-hey-link
Updating hey release link
2 parents 2af0a05 + 7c14225 commit 0d94a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.loadtester

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN addgroup -S app \
66

77
WORKDIR /home/app
88

9-
RUN curl -sSLo hey "https://storage.googleapis.com/jblabs/dist/hey_linux_v0.1.2" && \
9+
RUN curl -sSLo hey "https://storage.googleapis.com/hey-release/hey_linux_amd64" && \
1010
chmod +x hey && mv hey /usr/local/bin/hey
1111

1212
RUN curl -sSL "https://get.helm.sh/helm-v2.14.3-linux-amd64.tar.gz" | tar xvz && \

0 commit comments

Comments
 (0)