We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad08bd commit ab0ad36Copy full SHA for ab0ad36
Dockerfile
@@ -4,7 +4,7 @@ ADD https://github.com/lequal/i-CodeCNES/releases/download/v4.1.0/icode-4.1.0.zi
4
5
RUN apt-get update -y && \
6
apt-get install -y unzip && \
7
- unzip /icode-4.0.0.zip && \
+ unzip /icode-4.1.0.zip && \
8
chmod +x /icode/icode
9
10
FROM openjdk:8u222-slim-buster
0 commit comments