Skip to content

Commit 25b5bb0

Browse files
feat: change the version of opensource COBOL 4J to 1.1.6
1 parent 727eb59 commit 25b5bb0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ RUN curl -fL https://github.com/coursier/coursier/releases/latest/download/cs-x8
1515

1616
# install opensourcecobol4j
1717
RUN cd /root &&\
18-
curl -L -o opensourcecobol4j-v1.1.5.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.5.tar.gz &&\
19-
tar zxvf opensourcecobol4j-v1.1.5.tar.gz &&\
20-
cd opensourcecobol4j-1.1.5 &&\
18+
curl -L -o opensourcecobol4j-v1.1.6.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.6.tar.gz &&\
19+
tar zxvf opensourcecobol4j-v1.1.6.tar.gz &&\
20+
cd opensourcecobol4j-1.1.6 &&\
2121
./configure --prefix=/usr/ &&\
2222
make &&\
2323
make install &&\
24-
rm /root/opensourcecobol4j-v1.1.5.tar.gz
24+
rm /root/opensourcecobol4j-v1.1.6.tar.gz
2525

2626
# Install Open COBOL ESQL 4J
2727
ENV PATH="$PATH:/root/.local/share/coursier/bin"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Versions :
55

66
- OS: Ubuntu
7-
- opensource COBOL 4J: v1.1.5
7+
- opensource COBOL 4J: v1.1.6
88
- Open COBOL ESQL 4J: v1.1.1
99

1010
In order to "Hello World" program, run the following commands in the docker container

0 commit comments

Comments
 (0)