Update tomcat version.

This commit is contained in:
Paulo Gustavo Veiga 2023-08-10 21:27:37 -07:00
parent 553688b070
commit aaa8d5f0f3

View File

@ -3,7 +3,7 @@
# Based info setup ... # Based info setup ...
#FROM --platform=$BUILDPLATFORM tomcat:9.0.71-jdk17 #FROM --platform=$BUILDPLATFORM tomcat:9.0.71-jdk17
FROM tomcat:10.1.11-jdk17 FROM tomcat:11.0.0-jdk21-openjdk
LABEL maintainer="Paulo Gustavo Veiga <pveiga@wisemapping.com>" LABEL maintainer="Paulo Gustavo Veiga <pveiga@wisemapping.com>"
# Build variables ... # Build variables ...