Skip to content

Commit 6eb8219

Browse files
[Update]: update Dockerfile and README.md (#11)
Co-authored-by: Yutaro Sakamoto <[email protected]>
1 parent 9f9789e commit 6eb8219

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ RUN apt-get update && apt-get install -y sbt
1717

1818
# install opensourcecobol4j
1919
RUN cd /root &&\
20-
curl -L -o opensourcecobol4j-v1.0.20.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.0.20.tar.gz &&\
21-
tar zxvf opensourcecobol4j-v1.0.20.tar.gz &&\
22-
cd opensourcecobol4j-1.0.20 &&\
20+
curl -L -o opensourcecobol4j-v1.0.21.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.0.21.tar.gz &&\
21+
tar zxvf opensourcecobol4j-v1.0.21.tar.gz &&\
22+
cd opensourcecobol4j-1.0.21 &&\
2323
./configure --prefix=/usr/ &&\
2424
make &&\
2525
make install &&\
26-
rm ../opensourcecobol4j-v1.0.20.tar.gz
26+
rm ../opensourcecobol4j-v1.0.21.tar.gz
2727

2828
# Install Open COBOL ESQL 4J
2929
RUN mkdir -p /usr/lib/Open-COBOL-ESQL-4j &&\

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Versions :
55

66
- OS: Ubuntu
7-
- opensource COBOL 4J: v1.0.20
7+
- opensource COBOL 4J: v1.0.21
88
- Open COBOL ESQL 4J: v1.0.3
99

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

0 commit comments

Comments
 (0)