Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
guac 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Jul 3, 2020
1 parent 6e5bd41 commit 65331f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down Expand Up @@ -74,4 +74,6 @@ WORKDIR /config

COPY root /

EXPOSE 8080

ENTRYPOINT [ "/init" ]
2 changes: 1 addition & 1 deletion Dockerfile.raspberry-pi
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 65331f1

Please sign in to comment.