From 63f47ca4ac2e7244a48b282fcac77800bea66a6d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 15 Sep 2025 19:10:33 +0200 Subject: [PATCH] Update image repository in build.json --- guacamole/build.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/build.json b/guacamole/build.json index 75965f6a7..f89e04785 100644 --- a/guacamole/build.json +++ b/guacamole/build.json @@ -1,6 +1,6 @@ { "build_from": { - "aarch64": "flcontainers/guacamole:latest", - "amd64": "flcontainers/guacamole:latest" + "aarch64": "abesnier/guacamole:latest", + "amd64": "abesnier/guacamole:latest" } }