File tree 3 files changed +6
-6
lines changed
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
15
15
16
16
# install opensourcecobol4j
17
17
RUN cd /root &&\
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 &&\
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 &&\
21
21
./configure --prefix=/usr/ &&\
22
22
make &&\
23
23
make install &&\
24
- rm /root/opensourcecobol4j-v1.1.3 .tar.gz
24
+ rm /root/opensourcecobol4j-v1.1.5 .tar.gz
25
25
26
26
# Install Open COBOL ESQL 4J
27
27
ENV PATH="$PATH:/root/.local/share/coursier/bin"
Original file line number Diff line number Diff line change 4
4
Versions :
5
5
6
6
- OS: Ubuntu
7
- - opensource COBOL 4J: v1.1.3
7
+ - opensource COBOL 4J: v1.1.5
8
8
- Open COBOL ESQL 4J: v1.1.1
9
9
10
10
In 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:
12
12
- " 5432:5432"
13
13
14
14
oc4j_client :
15
- image : opensourcecobol/opensourcecobol4j:20241031
15
+ image : opensourcecobol/opensourcecobol4j:20241227
16
16
container_name : oc4j_client
17
17
stdin_open : true
18
18
tty : true
You can’t perform that action at this time.
0 commit comments