Skip to content

Commit

Permalink
Merge pull request #11 from Krzysztof-Szyper-Epam/add-scenery
Browse files Browse the repository at this point in the history
Fixed scenery url
  • Loading branch information
ChristophShyper authored Oct 15, 2019
2 parents 23c2652 + dea518a commit 1a42bc8
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 @@ -59,7 +59,7 @@ RUN set -eux \
VERSION="$( git tag | grep -E "${SC_VERSION}\.[.0-9]+" | sort -u | tail -1 )" ;\
fi \
&& curl -sS -L \
https://github.com/dmlittle/scenery/releases/download/v${VERSION}/scenery-v${VERSION}-linux-amd64 \
https://github.com/dmlittle/scenery/releases/download/${VERSION}/scenery-${VERSION}-linux-amd64 \
-o /usr/bin/scenery \
&& chmod +x /usr/bin/scenery

Expand Down

0 comments on commit 1a42bc8

Please sign in to comment.