From 2d323bbd67797ff210a77495989eb098c5284a93 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 11 Jul 2026 16:58:31 +0000 Subject: [PATCH] Update docker.io/rustfs/rc Docker tag to v0.1.26 --- operator/Containerfile | 2 +- operator/Containerfile.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/operator/Containerfile b/operator/Containerfile index d69cd9d..3a253a0 100644 --- a/operator/Containerfile +++ b/operator/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/rustfs/rc:v0.1.22 AS rc +FROM docker.io/rustfs/rc:v0.1.26 AS rc WORKDIR /output RUN cp $(which rc) . diff --git a/operator/Containerfile.test b/operator/Containerfile.test index 290b5c8..7837b34 100644 --- a/operator/Containerfile.test +++ b/operator/Containerfile.test @@ -1,4 +1,4 @@ -FROM docker.io/rustfs/rc:v0.1.22 AS rc +FROM docker.io/rustfs/rc:v0.1.26 AS rc WORKDIR /output RUN cp $(which rc) .