Skip to content

Commit fd38732

Browse files
committed
Update minio
1 parent 8e98ba4 commit fd38732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dsw/docker-compose.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
POSTGRES_DB: dsw
4545

4646
minio:
47-
image: minio/minio:RELEASE.2021-03-17T02-33-02Z
47+
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
4848
command: server /data
4949
ports:
5050
- 9000:9000

dsw/scripts/create-bucket.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ docker run --rm --net $MINIO_NET \
99
-e MINIO_BUCKET=$MINIO_BUCKET \
1010
-e MINIO_USER=$MINIO_USER \
1111
-e MINIO_PASS=$MINIO_PASS \
12-
--entrypoint sh minio/mc -c "\
12+
--entrypoint sh minio/mc:RELEASE.2025-04-16T18-13-26Z -c "\
1313
mc config host add dswminio http://minio:9000 minio minioPassword && \
1414
mc mb dswminio/\$MINIO_BUCKET
1515
"

0 commit comments

Comments
 (0)