Skip to content

Commit cfefe48

Browse files
[Update]: use opensource COBOL 4J 1.1.2
1 parent e34184c commit cfefe48

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
@@ -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.1.1.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.1.tar.gz &&\
21-
tar zxvf opensourcecobol4j-v1.1.1.tar.gz &&\
22-
cd opensourcecobol4j-1.1.1 &&\
20+
curl -L -o opensourcecobol4j-v1.1.2.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.2.tar.gz &&\
21+
tar zxvf opensourcecobol4j-v1.1.2.tar.gz &&\
22+
cd opensourcecobol4j-1.1.2 &&\
2323
./configure --prefix=/usr/ &&\
2424
make &&\
2525
make install &&\
26-
rm ../opensourcecobol4j-v1.1.1.tar.gz
26+
rm ../opensourcecobol4j-v1.1.2.tar.gz
2727

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

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.1.1
15+
image: opensourcecobol/opensourcecobol4j:1.1.2
1616
container_name: oc4j_client
1717
stdin_open: true
1818
tty: true

0 commit comments

Comments
 (0)