From b3ae0ae54ff82ebceb84fe0abeb6a49bbd0866b0 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Thu, 16 Oct 2025 21:19:26 +1000 Subject: [PATCH] chore: bump nginx to nginx:1.29.2-alpine --- nginx/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/docker-compose.yml b/nginx/docker-compose.yml index 6e54cbc..1e802dc 100644 --- a/nginx/docker-compose.yml +++ b/nginx/docker-compose.yml @@ -1,6 +1,6 @@ services: nginx: - image: nginx:nginx:1.29.2-alpine + image: nginx:1.29.2-alpine container_name: nginx restart: unless-stopped ports: