Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sw0rdf1sh1 committed Jul 18, 2018
1 parent 8407f60 commit 1aa7a31
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 @@ -11,7 +11,7 @@ RUN tar xzf /tmp/s6-overlay-amd64.tar.gz -C /
ADD https://github.com/just-containers/socklog-overlay/releases/download/v2.1.0-0/socklog-overlay-amd64.tar.gz /tmp/
RUN tar xzf /tmp/socklog-overlay-amd64.tar.gz -C /

ARG QWERTYCOIN_VERSION=v2.0.0
ARG QWERTYCOIN_VERSION=master
ENV QWERTYCOIN_VERSION=${QWERTYCOIN_VERSION}

# install build dependencies
Expand Down

0 comments on commit 1aa7a31

Please sign in to comment.