Skip to content

Commit

Permalink
Merge pull request #623 from seriva/fix/docker-version
Browse files Browse the repository at this point in the history
Fixed docker version.
  • Loading branch information
seriva authored Oct 18, 2019
2 parents 8154876 + 396a4d5 commit fe63038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/epicli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.7-alpine

ENV DOCKER_CLI Yes
ENV EPICLI_VERSION 0.4.0
ENV EPICLI_VERSION 0.4.1

COPY /dist/ /epicli
WORKDIR /epicli
Expand Down

0 comments on commit fe63038

Please sign in to comment.