From 55c718a57e11dc54bdc5ccf5495c0d819f96f0c0 Mon Sep 17 00:00:00 2001 From: David Bergvelt Date: Wed, 10 Sep 2025 21:29:34 -0700 Subject: [PATCH] chore: publish 2.0.0+RELEASE.2025-09-07T16-13-09Z release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 42c9963..131a783 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: minio/minio:RELEASE.2022-10-24T18-35-07Z + image: minio/minio:RELEASE.2025-09-07T16-13-09Z volumes: - minio-data:/export networks: @@ -34,7 +34,7 @@ services: #- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=1.0.0+RELEASE.2022-10-24T18-35-07Z" + - "coop-cloud.${STACK_NAME}.version=2.0.0+RELEASE.2025-09-07T16-13-09Z" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] interval: 30s -- 2.49.0