Skip to content

Commit

Permalink
Upgrade tomcat to v9.0.76
Browse files Browse the repository at this point in the history
  • Loading branch information
cskarby authored Jun 9, 2023
1 parent 2ddf0a2 commit d0bbb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN chmod 777 /usr/local/tomcat/content
FROM docker.io/alpine:${ALPINE_VERSION}
# Build tomcat
ARG TOMCAT_MAJOR=9
ARG TOMCAT_VERSION=9.0.75
ARG TOMCAT_VERSION=9.0.76
ENV CATALINA_OPTS="-XX:InitialRAMPercentage=90.0 -XX:MaxRAMPercentage=90.0" \
JAVA_OPTS="-server -Djava.awt.headless=true -Djava.util.prefs.systemRoot=/usr/local/tomcat/.java -Djava.util.prefs.userRoot=/usr/local/tomcat/.java/.userPrefs" \
CATALINA_HOME=/usr/local/tomcat \
Expand Down

0 comments on commit d0bbb3e

Please sign in to comment.