Skip to content

Commit

Permalink
update to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Wetzell committed May 17, 2023
1 parent aee7bae commit 4864d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM library/tomcat:9-jre11-openjdk-bullseye

ENV ARCH=amd64 \
GUAC_VER=1.5.0 \
GUAC_VER=1.5.1 \
GUACAMOLE_HOME=/app/guacamole \
PG_MAJOR=9.6 \
PGDATA=/config/postgres \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.raspberry-pi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM arm32v7/tomcat:9-jre11

ENV ARCH=armhf \
GUAC_VER=1.5.0 \
GUAC_VER=1.5.1 \
GUACAMOLE_HOME=/app/guacamole \
PG_MAJOR=9.6 \
PGDATA=/config/postgres \
Expand Down

0 comments on commit 4864d3f

Please sign in to comment.