Skip to content

Commit

Permalink
[Update]: upgrade the version to 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto committed Feb 28, 2024
1 parent c277df7 commit d497cf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ RUN apt-get update && apt-get install -y sbt

# install opensourcecobol4j
RUN cd /root &&\
curl -L -o opensourcecobol4j-v1.0.19.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.0.19.tar.gz &&\
tar zxvf opensourcecobol4j-v1.0.19.tar.gz &&\
cd opensourcecobol4j-1.0.19 &&\
curl -L -o opensourcecobol4j-v1.0.20.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.0.20.tar.gz &&\
tar zxvf opensourcecobol4j-v1.0.20.tar.gz &&\
cd opensourcecobol4j-1.0.20 &&\
./configure --prefix=/usr/ &&\
make &&\
make install &&\
rm ../opensourcecobol4j-v1.0.19.tar.gz
rm ../opensourcecobol4j-v1.0.20.tar.gz

# Install Open COBOL ESQL 4J
RUN mkdir -p /usr/lib/Open-COBOL-ESQL-4j &&\
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Versions :

- OS: Ubuntu
- opensource COBOL 4J: v1.0.18
- opensource COBOL 4J: v1.0.20
- Open COBOL ESQL 4J: v1.0.3

In order to "Hello World" program, run the following commands in the docker container
Expand Down Expand Up @@ -44,4 +44,4 @@ docker attach oc4j_client

The container is for developers opensource COBOL 4J and Open COBOL ESQL 4J, not users of them.

Copyright 2021-2023, Tokyo System House Co., Ltd. <[email protected]>
Copyright 2021-2024, Tokyo System House Co., Ltd. <[email protected]>

0 comments on commit d497cf2

Please sign in to comment.