Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit fe63038

Browse files
authored
Merge pull request #623 from seriva/fix/docker-version
Fixed docker version.
2 parents 8154876 + 396a4d5 commit fe63038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/epicli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.7-alpine
22

33
ENV DOCKER_CLI Yes
4-
ENV EPICLI_VERSION 0.4.0
4+
ENV EPICLI_VERSION 0.4.1
55

66
COPY /dist/ /epicli
77
WORKDIR /epicli

0 commit comments

Comments
 (0)