Skip to content

Commit c373001

Browse files
authored
Upgrade to tomcat v9.0.80
1 parent d0bbb3e commit c373001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINE_VERSION=3.17.3
1+
ARG ALPINE_VERSION=3.17.5
22
ARG UBUNTU_VERSION=22.04
33

44
FROM docker.io/ubuntu:${UBUNTU_VERSION} as build
@@ -25,7 +25,7 @@ RUN chmod 777 /usr/local/tomcat/content
2525
FROM docker.io/alpine:${ALPINE_VERSION}
2626
# Build tomcat
2727
ARG TOMCAT_MAJOR=9
28-
ARG TOMCAT_VERSION=9.0.76
28+
ARG TOMCAT_VERSION=9.0.80
2929
ENV CATALINA_OPTS="-XX:InitialRAMPercentage=90.0 -XX:MaxRAMPercentage=90.0" \
3030
JAVA_OPTS="-server -Djava.awt.headless=true -Djava.util.prefs.systemRoot=/usr/local/tomcat/.java -Djava.util.prefs.userRoot=/usr/local/tomcat/.java/.userPrefs" \
3131
CATALINA_HOME=/usr/local/tomcat \

0 commit comments

Comments
 (0)