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 @@ -17,13 +17,13 @@ RUN apt-get update && apt-get install -y sbt
17
17
18
18
# install opensourcecobol4j
19
19
RUN cd /root &&\
20
- curl -L -o opensourcecobol4j-v1.0.17 .tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.0.17 .tar.gz &&\
21
- tar zxvf opensourcecobol4j-v1.0.17 .tar.gz &&\
22
- cd opensourcecobol4j-1.0.17 &&\
20
+ curl -L -o opensourcecobol4j-v1.0.18 .tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.0.18 .tar.gz &&\
21
+ tar zxvf opensourcecobol4j-v1.0.18 .tar.gz &&\
22
+ cd opensourcecobol4j-1.0.18 &&\
23
23
./configure --prefix=/usr/ &&\
24
24
make &&\
25
25
make install &&\
26
- rm ../opensourcecobol4j-v1.0.17 .tar.gz
26
+ rm ../opensourcecobol4j-v1.0.18 .tar.gz
27
27
28
28
# Install Open COBOL ESQL 4J
29
29
RUN mkdir -p /usr/lib/Open-COBOL-ESQL-4j &&\
Original file line number Diff line number Diff line change 4
4
Versions :
5
5
6
6
- OS: Ubuntu
7
- - opensource COBOL 4J: v1.0.17
7
+ - opensource COBOL 4J: v1.0.18
8
8
- Open COBOL ESQL 4J: v1.0.3
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:1.0.17
15
+ image : opensourcecobol/opensourcecobol4j:1.0.18
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