From 778390308fce5dc142a862ea9b73404916fef984 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 19 May 2026 17:23:01 +0200 Subject: [PATCH] chore: bump version to v1.0.0-beta.3 --- tasks/rustfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/rustfs.yaml b/tasks/rustfs.yaml index 6d13e0e..4db2041 100644 --- a/tasks/rustfs.yaml +++ b/tasks/rustfs.yaml @@ -35,7 +35,7 @@ # rustfs name: "rustfs" - image: "cr.simoncor.net/dockerhub/rustfs/rustfs:1.0.0-alpha.97" + image: "cr.simoncor.net/dockerhub/rustfs/rustfs:1.0.0-beta.3" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host"