We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2af0a05 + 7c14225 commit 0d94a49Copy full SHA for 0d94a49
Dockerfile.loadtester
@@ -6,7 +6,7 @@ RUN addgroup -S app \
6
7
WORKDIR /home/app
8
9
-RUN curl -sSLo hey "https://storage.googleapis.com/jblabs/dist/hey_linux_v0.1.2" && \
+RUN curl -sSLo hey "https://storage.googleapis.com/hey-release/hey_linux_amd64" && \
10
chmod +x hey && mv hey /usr/local/bin/hey
11
12
RUN curl -sSL "https://get.helm.sh/helm-v2.14.3-linux-amd64.tar.gz" | tar xvz && \
0 commit comments