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

Commit

Permalink
use tomcat 9 images
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed May 17, 2018
1 parent 0e087d4 commit 7495f24
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 7495f24

Please sign in to comment.