Skip to content

Commit

Permalink
Bump tomcat to version latest version 9 available 9.0.71-jdk11, add a…
Browse files Browse the repository at this point in the history
… build arg to allow overriding the tomcat version more easily
  • Loading branch information
battlecow committed Jan 21, 2023
1 parent 2de5c3a commit 4326313
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM tomcat:8.5.73-jdk11-openjdk-slim-buster
ARG TOMCAT_VERSION=9.0.71-jdk11
FROM tomcat:$TOMCAT_VERSION

LABEL Maintainer JamfDevops <devops@jamf.com>

Expand Down

0 comments on commit 4326313

Please sign in to comment.