File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM openjdk:8u222-slim-buster AS base
2
2
3
- ADD https://github.com/lequal/i-CodeCNES/releases/download/v4.0 .0/icode-4.0 .0.zip /
3
+ ADD https://github.com/lequal/i-CodeCNES/releases/download/v4.1 .0/icode-4.1 .0.zip /
4
4
5
5
RUN apt-get update -y && \
6
6
apt-get install -y unzip && \
7
- unzip /icode-4.0 .0.zip && \
7
+ unzip /icode-4.1 .0.zip && \
8
8
chmod +x /icode/icode
9
9
10
10
FROM openjdk:8u222-slim-buster
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ Here is the versions matrix of the image:
15
15
16
16
| TAG | I-CODE VERSION | BASE IMAGE |
17
17
| :------------------------------------------------------:| :------------------------------------------------------------:| :------------------------------------------------------:|
18
- | [ latest] ( https://hub.docker.com/r/facthunder/i-code ) | [ 4.0.0] ( https://github.com/lequal/i-CodeCNES/releases/tag/v4.0.0 ) | [ openjdk:8u222-slim-buster] ( https://hub.docker.com/_/openjdk ) |
18
+ | [ latest] ( https://hub.docker.com/r/facthunder/i-code ) | [ 4.1.0] ( https://github.com/lequal/i-CodeCNES/releases/tag/v4.0.0 ) | [ openjdk:8u222-slim-buster] ( https://hub.docker.com/_/openjdk ) |
19
+ | [ 4.1.0] ( https://hub.docker.com/r/facthunder/i-code ) | [ 4.1.0] ( https://github.com/lequal/i-CodeCNES/releases/tag/v4.1.0 ) | [ openjdk:8u222-slim-buster] ( https://hub.docker.com/_/openjdk ) |
19
20
| [ 4.0.0] ( https://hub.docker.com/r/facthunder/i-code ) | [ 4.0.0] ( https://github.com/lequal/i-CodeCNES/releases/tag/v4.0.0 ) | [ openjdk:8u222-slim-buster] ( https://hub.docker.com/_/openjdk ) |
20
21
| [ 3.1.0] ( https://hub.docker.com/r/facthunder/i-code ) | [ 3.1.0] ( https://github.com/lequal/i-CodeCNES/releases/tag/v3.1.0 ) | [ openjdk:8u222-slim-buster] ( https://hub.docker.com/_/openjdk ) |
21
22
You can’t perform that action at this time.
0 commit comments