From 48cbbd824e033c0cf1081ea21db7e2355919c0fd Mon Sep 17 00:00:00 2001 From: gyurix Date: Mon, 5 May 2025 16:18:44 +0200 Subject: [PATCH] Update MariaDB image version to 11.4 in service-guacamole.json --- guacamole/service-guacamole.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/service-guacamole.json b/guacamole/service-guacamole.json index 054907b..75657e9 100644 --- a/guacamole/service-guacamole.json +++ b/guacamole/service-guacamole.json @@ -39,7 +39,7 @@ "POST_START": "null" }, { - "IMAGE": "mariadb:latest", + "IMAGE": "mariadb:11.4", "UPDATE": "true", "NAME": "guacamolemysql-db", "MEMORY": "256M",