Skip to content

Commit 999dc38

Browse files
committed
fixed containerfile for v1.8
1 parent ab47e5b commit 999dc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN /usr/bin/python3 -m pip install pylint==2.7.4
7979

8080
COPY dist/Pythonic-1.8.tar.gz /
8181

82-
RUN /usr/bin/python3 -m pip install /Pythonic-1.7.tar.gz
82+
RUN /usr/bin/python3 -m pip install /Pythonic-1.8.tar.gz
8383

8484
RUN rm Pythonic-1.8.tar.gz
8585

0 commit comments

Comments
 (0)