From 1553ff30e21a109a2a0a85bb96f618d9597841d1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 2 Nov 2025 02:40:46 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29.3 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 9e9ffab..dbcabf9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: web: - image: nginx:1.26.0 + image: nginx:1.29.3 configs: - source: nginx_conf target: /etc/nginx/nginx.conf