Merge pull request #10 from oznu/tomcat-9

use tomcat 9 base images
This commit is contained in:
oznu
2018-05-30 17:22:08 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM library/tomcat:7-jre8 FROM library/tomcat:9-jre8
ENV ARCH=amd64 \ ENV ARCH=amd64 \
GUAC_VER=0.9.14 \ GUAC_VER=0.9.14 \
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm32v5/tomcat:7-jre8 FROM arm32v5/tomcat:9-jre8
ENV ARCH=armhf \ ENV ARCH=armhf \
GUAC_VER=0.9.14 \ GUAC_VER=0.9.14 \