From cb52162bfb4fb808cd13421e2dbf29ba73d4e772 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 3 Jul 2025 08:21:34 -0500 Subject: [PATCH] update guacamole to 1.6.0 and latest tomcat 9 --- Dockerfile.base | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index c33251d..cc163c4 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -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}* \ No newline at end of file + && rm -rf /tmp/postgresql-${PG_VER}*