Skip to content

Commit

Permalink
Merge pull request #58 from cisagov/improvement/upgrade-to-guacamole-1.5
Browse files Browse the repository at this point in the history
Upgrade to Guacamole 1.5.1
  • Loading branch information
jsf9k authored Apr 14, 2023
2 parents cc54768 + 33d42a3 commit cee5379
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
test -e /init/initdb.sql &&
echo 'init file already exists' ||
/opt/guacamole/bin/initdb.sh --postgres > /init/00_initdb.sql
image: guacamole/guacamole:1.4.0
image: guacamole/guacamole:1.5.1
logging:
driver: json-file
options:
Expand All @@ -43,7 +43,7 @@ services:

guacd:
container_name: guacd
image: guacamole/guacd:1.4.0
image: guacamole/guacd:1.5.1
logging:
driver: json-file
options:
Expand All @@ -58,13 +58,7 @@ services:
POSTGRES_DB: guacamole_db
POSTGRES_PASSWORD_FILE: /run/secrets/postgres-password
POSTGRES_USER_FILE: /run/secrets/postgres-username
# The version of the JDBC PostgreSQL driver included in the
# Guacamole Docker image (the one tagged "1.4.0") is too old to
# work with PostgreSQL 14 or later.
#
# See cisagov/guacamole-composition#37 for more information as to
# when this limitation can be remedied.
image: postgres:13
image: postgres:15
logging:
driver: json-file
options:
Expand Down Expand Up @@ -106,7 +100,7 @@ services:
POSTGRES_DATABASE: guacamole_db
POSTGRES_HOSTNAME: postgres
POSTGRES_PORT: 5432
image: guacamole/guacamole:1.4.0
image: guacamole/guacamole:1.5.1
logging:
driver: json-file
options:
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.6"
__version__ = "1.0.0"

0 comments on commit cee5379

Please sign in to comment.