Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade the version to 1.0.20 #9

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]>
Loading