update base to tomcat 9.0.88 and java jdk 21

This commit is contained in:
2024-05-05 22:41:01 -05:00
parent d81299902a
commit 7adcd7f3dc
+1 -1
View File
@@ -1,4 +1,4 @@
FROM tomcat:9.0.85-jre11
FROM tomcat:9.0.88-jdk21
ENV GUAC_VER=1.5.5 \
GUACAMOLE_HOME=/app/guacamole \