Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started/ceph/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ services:
- osd1

setup_bucket:
image: amazon/aws-cli:2.33.7
image: amazon/aws-cli:2.33.8
depends_on:
- rgw1
environment:
Expand Down
2 changes: 1 addition & 1 deletion getting-started/rustfs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
start_period: 10s

setup_bucket:
image: amazon/aws-cli:2.33.7
image: amazon/aws-cli:2.33.8
depends_on:
rustfs:
condition: service_healthy
Expand Down