Skip to content

Commit

Permalink
Upgrade the version to 1.1.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto authored Jun 3, 2024
1 parent 9a3bc5b commit 6e35d67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.22.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.0.22.tar.gz &&\
tar zxvf opensourcecobol4j-v1.0.22.tar.gz &&\
cd opensourcecobol4j-1.0.22 &&\
curl -L -o opensourcecobol4j-v1.1.0.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.0.tar.gz &&\
tar zxvf opensourcecobol4j-v1.1.0.tar.gz &&\
cd opensourcecobol4j-1.1.0 &&\
./configure --prefix=/usr/ &&\
make &&\
make install &&\
rm ../opensourcecobol4j-v1.0.22.tar.gz
rm ../opensourcecobol4j-v1.1.0.tar.gz

# Install Open COBOL ESQL 4J
RUN mkdir -p /usr/lib/Open-COBOL-ESQL-4j &&\
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- "5432:5432"

oc4j_client:
image: opensourcecobol/opensourcecobol4j:1.0.22
image: opensourcecobol/opensourcecobol4j:1.1.0
container_name: oc4j_client
stdin_open: true
tty: true
Expand Down

0 comments on commit 6e35d67

Please sign in to comment.