This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 03d5fa50a chore(deps): update amazon/aws-cli docker tag to v2.33.22
(#3774)
03d5fa50a is described below
commit 03d5fa50a260ea9fc58ed73684a8f7aab38fcca8
Author: Mend Renovate <[email protected]>
AuthorDate: Sun Feb 15 14:37:30 2026 +0000
chore(deps): update amazon/aws-cli docker tag to v2.33.22 (#3774)
---
getting-started/ceph/docker-compose.yml | 2 +-
getting-started/quickstart/docker-compose.yml | 2 +-
getting-started/rustfs/docker-compose.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/getting-started/ceph/docker-compose.yml
b/getting-started/ceph/docker-compose.yml
index 5dbd411a9..42cd6197d 100644
--- a/getting-started/ceph/docker-compose.yml
+++ b/getting-started/ceph/docker-compose.yml
@@ -137,7 +137,7 @@ services:
start_period: 10s
bucket-setup:
- image: amazon/aws-cli:2.33.12
+ image: amazon/aws-cli:2.33.22
depends_on:
rgw1:
condition: service_healthy
diff --git a/getting-started/quickstart/docker-compose.yml
b/getting-started/quickstart/docker-compose.yml
index 218bfd366..9363eea58 100644
--- a/getting-started/quickstart/docker-compose.yml
+++ b/getting-started/quickstart/docker-compose.yml
@@ -71,7 +71,7 @@ services:
start_period: 10s
bucket-setup:
- image: amazon/aws-cli:2.33.12
+ image: amazon/aws-cli:2.33.22
depends_on:
rustfs:
condition: service_healthy
diff --git a/getting-started/rustfs/docker-compose.yml
b/getting-started/rustfs/docker-compose.yml
index acbb029be..7c9570342 100644
--- a/getting-started/rustfs/docker-compose.yml
+++ b/getting-started/rustfs/docker-compose.yml
@@ -67,7 +67,7 @@ services:
start_period: 10s
setup_bucket:
- image: amazon/aws-cli:2.33.12
+ image: amazon/aws-cli:2.33.22
depends_on:
rustfs:
condition: service_healthy