Skip to content

Commit

Permalink
docker-compose up and docker build work again
Browse files Browse the repository at this point in the history
VERSION defaults to 3.1.1 if not specified.
  • Loading branch information
ramontayag committed Mar 28, 2018
1 parent 45b3f5d commit 03c17f7
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 @@ -2,7 +2,7 @@ FROM python:3.6-alpine

ARG BUILD_DATE
ARG VCS_REF
ARG VERSION
ARG VERSION=3.1.1
LABEL maintainer="[email protected]" \
org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="Electrum wallet" \
Expand Down

0 comments on commit 03c17f7

Please sign in to comment.