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
+3 -3
View File
@@ -1,7 +1,7 @@
FROM tomcat:9.0.102-jdk17-temurin-noble
FROM tomcat:9.0.106-jdk17-temurin-noble
ARG TARGETPLATFORM
ENV GUAC_VER=1.5.5 \
ENV GUAC_VER=1.6.0 \
GUACAMOLE_HOME=/app/guacamole \
PG_VER=9.6.24 \
LIBSSH2_VER=1.11.0 \
@@ -58,4 +58,4 @@ RUN tar -xzvf /tmp/postgresql-${PG_VER}.tar.gz \
&& ./configure \
&& make \
&& make install \
&& rm -rf /tmp/postgresql-${PG_VER}*
&& rm -rf /tmp/postgresql-${PG_VER}*