Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Novikov authored Nov 22, 2017
1 parent 886eca9 commit 87d38f4
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 @@ -17,7 +17,7 @@ RUN apk -Uuv add python py-pip && \
apk --purge -v del py-pip && \
rm /var/cache/apk/*

ARG VERSION=0.1.3
ARG VERSION=0.2.1

ADD https://github.com/s12v/sns/releases/download/$VERSION/sns-$VERSION.jar /sns.jar

Expand Down

0 comments on commit 87d38f4

Please sign in to comment.