Skip to content

Commit

Permalink
Upgrade to tomcat v9.0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
cskarby authored Aug 29, 2023
1 parent d0bbb3e commit c373001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.17.3
ARG ALPINE_VERSION=3.17.5
ARG UBUNTU_VERSION=22.04

FROM docker.io/ubuntu:${UBUNTU_VERSION} as build
Expand All @@ -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.76
ARG TOMCAT_VERSION=9.0.80
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 c373001

Please sign in to comment.