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) .