We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bbb3e commit c373001Copy full SHA for c373001
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG ALPINE_VERSION=3.17.3
+ARG ALPINE_VERSION=3.17.5
2
ARG UBUNTU_VERSION=22.04
3
4
FROM docker.io/ubuntu:${UBUNTU_VERSION} as build
@@ -25,7 +25,7 @@ RUN chmod 777 /usr/local/tomcat/content
25
FROM docker.io/alpine:${ALPINE_VERSION}
26
# Build tomcat
27
ARG TOMCAT_MAJOR=9
28
-ARG TOMCAT_VERSION=9.0.76
+ARG TOMCAT_VERSION=9.0.80
29
ENV CATALINA_OPTS="-XX:InitialRAMPercentage=90.0 -XX:MaxRAMPercentage=90.0" \
30
JAVA_OPTS="-server -Djava.awt.headless=true -Djava.util.prefs.systemRoot=/usr/local/tomcat/.java -Djava.util.prefs.userRoot=/usr/local/tomcat/.java/.userPrefs" \
31
CATALINA_HOME=/usr/local/tomcat \
0 commit comments