Skip to content

Commit

Permalink
Open COBOL ESQL 4J 1.1.1 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto authored Sep 30, 2024
1 parent afeba78 commit 37eca4a
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 @@ -27,10 +27,10 @@ RUN cd /root &&\
ENV PATH="$PATH:/root/.local/share/coursier/bin"
RUN mkdir -p /usr/lib/Open-COBOL-ESQL-4j &&\
cd /root/ &&\
curl -L -o Open-COBOL-ESQL-4j-1.1.0.tar.gz https://github.com/opensourcecobol/Open-COBOL-ESQL-4j/archive/refs/tags/v1.1.0.tar.gz &&\
tar zxvf Open-COBOL-ESQL-4j-1.1.0.tar.gz &&\
rm Open-COBOL-ESQL-4j-1.1.0.tar.gz &&\
cd Open-COBOL-ESQL-4j-1.1.0 &&\
curl -L -o Open-COBOL-ESQL-4j-1.1.1.tar.gz https://github.com/opensourcecobol/Open-COBOL-ESQL-4j/archive/refs/tags/v1.1.1.tar.gz &&\
tar zxvf Open-COBOL-ESQL-4j-1.1.1.tar.gz &&\
rm Open-COBOL-ESQL-4j-1.1.1.tar.gz &&\
cd Open-COBOL-ESQL-4j-1.1.1 &&\
mkdir -p /usr/lib/Open-COBOL-ESQL-4j/ &&\
curl -L -o /usr/lib/Open-COBOL-ESQL-4j/postgresql.jar https://jdbc.postgresql.org/download/postgresql-42.2.24.jar &&\
cp /usr/lib/opensourcecobol4j/libcobj.jar dblibj/lib &&\
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Versions :

- OS: Ubuntu
- opensource COBOL 4J: v1.0.22
- Open COBOL ESQL 4J: v1.0.3
- opensource COBOL 4J: v1.1.2
- Open COBOL ESQL 4J: v1.1.1

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

Expand Down

0 comments on commit 37eca4a

Please sign in to comment.