From 6ae5e00530c57f373a4f33f5013c4a016bd0caed Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:47:23 +0200 Subject: [PATCH] Update Docker image references 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 f89e04785..75965f6a7 100644 --- a/guacamole/build.json +++ b/guacamole/build.json @@ -1,6 +1,6 @@ { "build_from": { - "aarch64": "abesnier/guacamole:latest", - "amd64": "abesnier/guacamole:latest" + "aarch64": "flcontainers/guacamole:latest", + "amd64": "flcontainers/guacamole:latest" } }