From 42551bd2577c7e257a4fc2496c309a40bc6ff7eb Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sat, 11 Oct 2025 02:51:03 +0000 Subject: Drop 'PROXY_REGISTRY' in main images to support Dependabot updates. --- .docker/web-nginx/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.docker/web-nginx/Dockerfile') diff --git a/.docker/web-nginx/Dockerfile b/.docker/web-nginx/Dockerfile index 16b3821db..3c7b42e2d 100644 --- a/.docker/web-nginx/Dockerfile +++ b/.docker/web-nginx/Dockerfile @@ -1,5 +1,4 @@ -ARG PROXY_REGISTRY -FROM ${PROXY_REGISTRY}nginx:1.29.2-alpine +FROM nginx:1.29.2-alpine HEALTHCHECK CMD curl --fail http://localhost${APP_BASE}/index.php || exit 1 -- cgit v1.2.3-54-g00ecf