Merge pull request #350 from laszlocph/update-hey-link

Updating hey release link
This commit is contained in:
Stefan Prodan
2019-10-30 09:01:56 +02:00
committed by GitHub
+1 -1
View File
@@ -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 && \