guac 1.2.0

This commit is contained in:
oznu
2020-07-03 21:45:06 +10:00
parent 6e5bd41f40
commit 65331f1f9b
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
FROM library/tomcat:9-jre11
ENV ARCH=amd64 \
GUAC_VER=1.1.0 \
GUAC_VER=1.2.0 \
GUACAMOLE_HOME=/app/guacamole \
PG_MAJOR=9.6 \
PGDATA=/config/postgres \
@@ -74,4 +74,6 @@ WORKDIR /config
COPY root /
EXPOSE 8080
ENTRYPOINT [ "/init" ]
+1 -1
View File
@@ -1,7 +1,7 @@
FROM arm32v5/tomcat:9-jre11
ENV ARCH=armhf \
GUAC_VER=1.1.0 \
GUAC_VER=1.2.0 \
GUACAMOLE_HOME=/app/guacamole \
PG_MAJOR=9.6 \
PGDATA=/config/postgres \