diff --git a/Dockerfile b/Dockerfile index 46dd0c8..99e8a19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,13 +15,13 @@ RUN curl -fL https://github.com/coursier/coursier/releases/latest/download/cs-x8 # install opensourcecobol4j RUN cd /root &&\ - curl -L -o opensourcecobol4j-v1.1.3.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.3.tar.gz &&\ - tar zxvf opensourcecobol4j-v1.1.3.tar.gz &&\ - cd opensourcecobol4j-1.1.3 &&\ + curl -L -o opensourcecobol4j-v1.1.5.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.5.tar.gz &&\ + tar zxvf opensourcecobol4j-v1.1.5.tar.gz &&\ + cd opensourcecobol4j-1.1.5 &&\ ./configure --prefix=/usr/ &&\ make &&\ make install &&\ - rm /root/opensourcecobol4j-v1.1.3.tar.gz + rm /root/opensourcecobol4j-v1.1.5.tar.gz # Install Open COBOL ESQL 4J ENV PATH="$PATH:/root/.local/share/coursier/bin" diff --git a/README.md b/README.md index 9292479..915b99c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Versions : - OS: Ubuntu -- opensource COBOL 4J: v1.1.3 +- opensource COBOL 4J: v1.1.5 - Open COBOL ESQL 4J: v1.1.1 In order to "Hello World" program, run the following commands in the docker container diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index b47987a..fc3c4a9 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -12,7 +12,7 @@ services: - "5432:5432" oc4j_client: - image: opensourcecobol/opensourcecobol4j:20241031 + image: opensourcecobol/opensourcecobol4j:20241227 container_name: oc4j_client stdin_open: true tty: true