From d033ba221bb0fc091d796b1707f07cf7f9583197 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 Oct 2025 18:40:38 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29.2 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index c0bd38a..03729ec 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: web: - image: nginx:1.26.0 + image: nginx:1.29.2 configs: - source: nginx_conf target: /etc/nginx/nginx.conf