Skip to content

Commit ab0ad36

Browse files
authored
Update Dockerfile
1 parent 0ad08bd commit ab0ad36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ADD https://github.com/lequal/i-CodeCNES/releases/download/v4.1.0/icode-4.1.0.zi
44

55
RUN apt-get update -y && \
66
apt-get install -y unzip && \
7-
unzip /icode-4.0.0.zip && \
7+
unzip /icode-4.1.0.zip && \
88
chmod +x /icode/icode
99

1010
FROM openjdk:8u222-slim-buster

0 commit comments

Comments
 (0)