update guacamole to 1.6.0 and latest tomcat 9

This commit is contained in:
2025-07-03 08:21:34 -05:00
committed by GitHub
parent 0e6ea6c206
commit cb52162bfb
+2 -2
View File
@@ -1,7 +1,7 @@
FROM tomcat:9.0.102-jdk17-temurin-noble FROM tomcat:9.0.106-jdk17-temurin-noble
ARG TARGETPLATFORM ARG TARGETPLATFORM
ENV GUAC_VER=1.5.5 \ ENV GUAC_VER=1.6.0 \
GUACAMOLE_HOME=/app/guacamole \ GUACAMOLE_HOME=/app/guacamole \
PG_VER=9.6.24 \ PG_VER=9.6.24 \
LIBSSH2_VER=1.11.0 \ LIBSSH2_VER=1.11.0 \