Skip to content

Commit bc47ee1

Browse files
committed
Update to apache-tomcat-9.0.17 and openjdk-12.0.1.
1 parent 3265da3 commit bc47ee1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ords/ol7_ords/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ LABEL maintainer="tim@oracle-base.com"
4242

4343
# ------------------------------------------------------------------------------
4444
# Define fixed (build time) environment variables.
45-
ENV JAVA_SOFTWARE="openjdk-12_linux-x64_bin.tar.gz" \
46-
TOMCAT_SOFTWARE="apache-tomcat-9.0.17.tar.gz" \
45+
ENV JAVA_SOFTWARE="openjdk-12.0.1_linux-x64_bin.tar.gz" \
46+
TOMCAT_SOFTWARE="apache-tomcat-9.0.19.tar.gz" \
4747
ORDS_SOFTWARE="ords-19.1.0.092.1545.zip" \
4848
APEX_SOFTWARE="apex_19.1_en.zip" \
4949
SQLCL_SOFTWARE="sqlcl-19.1.0.094.1619.zip" \

ords/ol7_ords/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ $ tree
1818
│   ├── server.xml
1919
│   └── start.sh
2020
└── software
21-
├── apache-tomcat-9.0.17.tar.gz
21+
├── apache-tomcat-9.0.19.tar.gz
2222
├── apex_19.1_en.zip
23-
├── openjdk-12_linux-x64_bin.tar.gz
23+
├── openjdk-12.0.1_linux-x64_bin.tar.gz
2424
├── ords-19.1.0.092.1545.zip
2525
├── put_software_here.txt
2626
└── sqlcl-19.1.0.094.1619.zip

0 commit comments

Comments
 (0)