From f772297f865e4c41626edf9632c8bb1d07dcf389 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 24 Jul 2026 04:23:34 +0000 Subject: [PATCH] chore: upgrade nginx to 1.31.3 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 4e5aa2d..4dc4449 100644 --- a/compose.yml +++ b/compose.yml @@ -283,7 +283,7 @@ services: - minio_ru web: - image: nginx:1.31.2 + image: nginx:1.31.3 healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8083"] interval: 15s