From 909a18b158dcd578900125d252cf6a21a1f89079 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Thu, 16 Oct 2025 21:16:41 +1000 Subject: [PATCH] chore: bump nginx to nginx:1.29.2-alpine --- nginx/docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nginx/docker-compose.yml b/nginx/docker-compose.yml index 8a3b0e1..6e54cbc 100644 --- a/nginx/docker-compose.yml +++ b/nginx/docker-compose.yml @@ -1,5 +1,7 @@ services: nginx: - image: nginx:1.27.5 + image: nginx:nginx:1.29.2-alpine + container_name: nginx + restart: unless-stopped ports: - 8089:80 \ No newline at end of file