Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10 from oznu/tomcat-9
Browse files Browse the repository at this point in the history
use tomcat 9 base images
  • Loading branch information
oznu authored May 30, 2018
2 parents 0e087d4 + 7495f24 commit 80ee3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM library/tomcat:7-jre8
FROM library/tomcat:9-jre8

ENV ARCH=amd64 \
GUAC_VER=0.9.14 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.raspberry-pi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v5/tomcat:7-jre8
FROM arm32v5/tomcat:9-jre8

ENV ARCH=armhf \
GUAC_VER=0.9.14 \
Expand Down

0 comments on commit 80ee3f2

Please sign in to comment.