From cff62e28929b0340c26b7c70d321d4ad47ff1bc7 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 21 Apr 2026 17:46:48 +0200 Subject: [PATCH] fix: container image --- tasks/rustfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/rustfs.yaml b/tasks/rustfs.yaml index 0edb569..475a6a3 100644 --- a/tasks/rustfs.yaml +++ b/tasks/rustfs.yaml @@ -33,7 +33,7 @@ # rustfs name: "rustfs" - image: "docker.io/fosrl/rustfs:1.0.0-alpha.97" + image: "docker.io/rustfs/rustfs:1.0.0-alpha.97" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host"