From 385f32d1d8d1f86e66d47533102454ff7c80a438 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Dec 2025 01:21:21 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29.4 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index dbcabf9..6745917 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: web: - image: nginx:1.29.3 + image: nginx:1.29.4 configs: - source: nginx_conf target: /etc/nginx/nginx.conf -- 2.49.0