Skip to content

Commit 17998b4

Browse files
[Update]: change the version to 1.0.18 (#7)
1 parent ae45a86 commit 17998b4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ RUN apt-get update && apt-get install -y sbt
1717

1818
# install opensourcecobol4j
1919
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 &&\
2323
./configure --prefix=/usr/ &&\
2424
make &&\
2525
make install &&\
26-
rm ../opensourcecobol4j-v1.0.17.tar.gz
26+
rm ../opensourcecobol4j-v1.0.18.tar.gz
2727

2828
# Install Open COBOL ESQL 4J
2929
RUN mkdir -p /usr/lib/Open-COBOL-ESQL-4j &&\

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.0.17
7+
- opensource COBOL 4J: v1.0.18
88
- Open COBOL ESQL 4J: v1.0.3
99

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

docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- "5432:5432"
1313

1414
oc4j_client:
15-
image: opensourcecobol/opensourcecobol4j:1.0.17
15+
image: opensourcecobol/opensourcecobol4j:1.0.18
1616
container_name: oc4j_client
1717
stdin_open: true
1818
tty: true

0 commit comments

Comments
 (0)