From 2123a5bb6f1e2541405ef8628657849e7604ee65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 15:58:27 +0000 Subject: [PATCH] chore(deps): update rustfs/rc docker tag to v0.1.36 --- scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.sh b/scripts/common.sh index 05bcef1..a98aae0 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -43,7 +43,7 @@ RUSTFS_ROOT_PASSWORD="${RUSTFS_ROOT_PASSWORD:-Cl0udNativePGRocks}" # one by `mkdir`-ing that directory instead corrupts its data once RustFS # writes to it (https://github.com/orgs/rustfs/discussions/997). # renovate: datasource=docker depName=rustfs/rc -RUSTFS_RC_VERSION="${RUSTFS_RC_VERSION:-v0.1.31}" +RUSTFS_RC_VERSION="${RUSTFS_RC_VERSION:-v0.1.36}" RUSTFS_RC_IMAGE="${RUSTFS_RC_IMAGE:-rustfs/rc:${RUSTFS_RC_VERSION}}" # --- Common Prerequisite Checks ---