Skip to content

Commit

Permalink
chore(deps): update bitnami/minio docker tag to v2024
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 6b2afe6 commit adcfc08
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
--health-timeout 5s
--health-retries 5
objectstorage:
image: bitnami/minio:2020.12.29-debian-10-r17
image: bitnami/minio:2024.10.29-debian-12-r0
ports:
- "9000:9000"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-script-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--health-timeout 5s
--health-retries 5
objectstorage:
image: bitnami/minio:2020.12.29-debian-10-r17
image: bitnami/minio:2024.10.29-debian-12-r0
ports:
- "9000:9000"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
--health-timeout 5s
--health-retries 5
objectstorage:
image: bitnami/minio:2020.12.29-debian-10-r17
image: bitnami/minio:2024.10.29-debian-12-r0
ports:
- "9000:9000"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
--health-timeout 5s
--health-retries 5
objectstorage:
image: bitnami/minio:2020.12.29-debian-10-r17
image: bitnami/minio:2024.10.29-debian-12-r0
ports:
- "9000:9000"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-ui-functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
--health-timeout 5s
--health-retries 5
objectstorage:
image: bitnami/minio:2020.12.29-debian-10-r17
image: bitnami/minio:2024.10.29-debian-12-r0
ports:
- "9000:9000"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
ports:
- "5433:5432"
objectstorage:
image: bitnami/minio:2020.12.29-debian-10-r17
image: bitnami/minio:2024.10.29-debian-12-r0
ports:
- "9000:9000"
volumes:
Expand Down

0 comments on commit adcfc08

Please sign in to comment.