Skip to content

Commit 17bbb48

Browse files
authored
chore: update minio and minio-client to latest version (#1214)
1 parent 1b5b8bd commit 17bbb48

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/backend/docker-compose.dev.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ services:
4242
environment:
4343
- TUNNEL_TOKEN=${CLOUDFLARE_TOKEN}
4444
minio:
45-
image: 'bitnami/minio:latest'
45+
image: 'bitnami/minio:2025.7.23'
46+
user: '0:0'
4647
ports:
4748
- '9000:9000'
4849
- '9001:9001'
@@ -58,7 +59,7 @@ services:
5859
interval: 1s
5960
retries: 5
6061
create-minio-buckets:
61-
image: bitnami/minio-client:latest
62+
image: bitnami/minio-client:2025.7.21
6263
volumes:
6364
- ../frontend/src/assets/plumber-logo.jpg:/assets/plumber-logo.jpg
6465
depends_on:
@@ -68,7 +69,7 @@ services:
6869
condition: service_healthy
6970
entrypoint: >
7071
/bin/bash -c "
71-
mc config host add plumber-minio http://minio:9000 minio-username minio-password &&
72+
mc alias set plumber-minio http://minio:9000 minio-username minio-password &&
7273
mc alias set local http://minio:9000 minio-username minio-password &&
7374
mc mb --ignore-existing plumber-minio/plumber-development-common-bucket &&
7475
echo 'bucket created' &&

0 commit comments

Comments
 (0)