File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ RUN curl -fL https://github.com/coursier/coursier/releases/latest/download/cs-x8
1515
1616# install opensourcecobol4j
1717RUN cd /root &&\
18- curl -L -o opensourcecobol4j-v1.1.2 .tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.2 .tar.gz &&\
19- tar zxvf opensourcecobol4j-v1.1.2 .tar.gz &&\
20- cd opensourcecobol4j-1.1.2 &&\
18+ curl -L -o opensourcecobol4j-v1.1.3 .tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.3 .tar.gz &&\
19+ tar zxvf opensourcecobol4j-v1.1.3 .tar.gz &&\
20+ cd opensourcecobol4j-1.1.3 &&\
2121 ./configure --prefix=/usr/ &&\
2222 make &&\
2323 make install &&\
24- rm ../opensourcecobol4j-v1.1.2 .tar.gz
24+ rm ../opensourcecobol4j-v1.1.3 .tar.gz
2525
2626# Install Open COBOL ESQL 4J
2727ENV PATH="$PATH:/root/.local/share/coursier/bin"
Original file line number Diff line number Diff line change 44Versions :
55
66- OS: Ubuntu
7- - opensource COBOL 4J: v1.1.2
7+ - opensource COBOL 4J: v1.1.3
88- Open COBOL ESQL 4J: v1.1.1
99
1010In order to "Hello World" program, run the following commands in the docker container
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ services:
1212 - " 5432:5432"
1313
1414 oc4j_client :
15- image : opensourcecobol/opensourcecobol4j:1.1.2
15+ image : opensourcecobol/opensourcecobol4j:20241031
1616 container_name : oc4j_client
1717 stdin_open : true
1818 tty : true
You can’t perform that action at this time.
0 commit comments