From f89cbbc0465de078548264c5e0b25a3307d9fcc0 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 18 Sep 2026 03:40:21 +0000 Subject: [PATCH] chore: upgrade lasuite/drive to v0.22.0, mailcatcher to v0.11.0, web nginx to 1.31.6; pull MinIO from Quay --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 77edca7..286e3e5 100644 --- a/compose.yml +++ b/compose.yml @@ -229,7 +229,7 @@ services: - backend minio: - image: minio/minio:RELEASE.2025-09-07T16-13-09Z + image: quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z environment: *minio-env healthcheck: test: ["CMD", "mc", "ready", "local"] @@ -350,7 +350,7 @@ services: web: - image: nginx:1.31.5 + image: nginx:1.31.6 configs: - source: nginx_conf target: /etc/nginx/conf.d/default.conf