We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981cdf2 commit 31366eeCopy full SHA for 31366ee
Dockerfile
@@ -22,9 +22,9 @@
22
#
23
24
# Use args for Tomcat image label to allow image builder to choose alternatives
25
-# such as `--build-arg TOMCAT_JRE=jre8-alpine`
+# such as `--build-arg TOMCAT_JRE=jre11-alpine`
26
27
-ARG TOMCAT_VERSION=9
+ARG TOMCAT_VERSION=10
28
ARG TOMCAT_JRE=jdk21
29
30
# Use official maven image for the build
0 commit comments