Skip to content

Commit

Permalink
Merge pull request #350 from laszlocph/update-hey-link
Browse files Browse the repository at this point in the history
Updating hey release link
  • Loading branch information
stefanprodan authored Oct 30, 2019
2 parents 2af0a05 + 7c14225 commit 0d94a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.loadtester
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN addgroup -S app \

WORKDIR /home/app

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" && \
chmod +x hey && mv hey /usr/local/bin/hey

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

0 comments on commit 0d94a49

Please sign in to comment.