File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ RUN cd /root &&\
27
27
ENV PATH="$PATH:/root/.local/share/coursier/bin"
28
28
RUN mkdir -p /usr/lib/Open-COBOL-ESQL-4j &&\
29
29
cd /root/ &&\
30
- 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 &&\
31
- tar zxvf Open-COBOL-ESQL-4j-1.1.0 .tar.gz &&\
32
- rm Open-COBOL-ESQL-4j-1.1.0 .tar.gz &&\
33
- cd Open-COBOL-ESQL-4j-1.1.0 &&\
30
+ 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 &&\
31
+ tar zxvf Open-COBOL-ESQL-4j-1.1.1 .tar.gz &&\
32
+ rm Open-COBOL-ESQL-4j-1.1.1 .tar.gz &&\
33
+ cd Open-COBOL-ESQL-4j-1.1.1 &&\
34
34
mkdir -p /usr/lib/Open-COBOL-ESQL-4j/ &&\
35
35
curl -L -o /usr/lib/Open-COBOL-ESQL-4j/postgresql.jar https://jdbc.postgresql.org/download/postgresql-42.2.24.jar &&\
36
36
cp /usr/lib/opensourcecobol4j/libcobj.jar dblibj/lib &&\
You can’t perform that action at this time.
0 commit comments