Skip to content

Commit

Permalink
Update release artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Jul 19, 2019
1 parent 8abbdc7 commit 80397e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -ex \
&& apk add --no-cache ca-certificates \
&& apk add --no-cache --virtual .build-deps \
openssl \
&& wget -q "https://github.com/tsenart/vegeta/releases/download/cli/v$VEGETA_VERSION/vegeta-$VEGETA_VERSION-linux-amd64.tar.gz" -O /tmp/vegeta.tar.gz \
&& wget -q "https://github.com/tsenart/vegeta/releases/download/v$VEGETA_VERSION/vegeta-$VEGETA_VERSION-linux-amd64.tar.gz" -O /tmp/vegeta.tar.gz \
&& cd bin \
&& tar xzf /tmp/vegeta.tar.gz \
&& rm /tmp/vegeta.tar.gz \
Expand Down

0 comments on commit 80397e9

Please sign in to comment.