mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-08-08 00:43:43 +00:00
update guacamole to 1.6.0 and latest tomcat 9
This commit is contained in:
+3
-3
@@ -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}*
|
||||
|
||||
Reference in New Issue
Block a user