From 547339d5614882b946b735ee713f2368da0ee491 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:52:43 +0000 Subject: [PATCH] Update nginx Docker tag to v1.31.3 --- Abraracourcix/nginx/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Abraracourcix/nginx/docker-compose.yml b/Abraracourcix/nginx/docker-compose.yml index 83e5789..074269a 100644 --- a/Abraracourcix/nginx/docker-compose.yml +++ b/Abraracourcix/nginx/docker-compose.yml @@ -1,6 +1,6 @@ services: nginx: - image: nginx:1.31.2-otel + image: nginx:1.31.3-otel container_name: nginx restart: unless-stopped tty: true