From a0eb63052279b53bea8a389c7cc2c54ada5ec664 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Mon, 20 Mar 2023 16:42:58 -0400 Subject: [PATCH] Upgrade to version 1.5.0 of the guacamole and guacd containers --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 780ddf5..d312a2c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -43,7 +43,7 @@ services: guacd: container_name: guacd - image: guacamole/guacd:1.4.0 + image: guacamole/guacd:1.5.0 logging: driver: json-file options: @@ -106,7 +106,7 @@ services: POSTGRES_DATABASE: guacamole_db POSTGRES_HOSTNAME: postgres POSTGRES_PORT: 5432 - image: guacamole/guacamole:1.4.0 + image: guacamole/guacamole:1.5.0 logging: driver: json-file options: