Skip to content

Commit 0804ddf

Browse files
authored
Merge pull request #4 from Facthunder/4.1.0
Docker image for i-Code 4.1.0
2 parents d51b721 + ab0ad36 commit 0804ddf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM openjdk:8u222-slim-buster AS base
22

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 /
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

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Here is the versions matrix of the image:
1515

1616
| TAG | I-CODE VERSION | BASE IMAGE |
1717
|:------------------------------------------------------:|:------------------------------------------------------------:|:------------------------------------------------------:|
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) |
1920
| [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) |
2021
| [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) |
2122

0 commit comments

Comments
 (0)