aboutsummaryrefslogtreecommitdiff
path: root/.docker/web-nginx/Dockerfile
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-11 02:40:31 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-11 02:40:31 +0000
commit105b16bce75dd8868f253c502ff5dc57f9f89313 (patch)
tree71e7590ffeff955027ecedb91b39eac3c48c0d81 /.docker/web-nginx/Dockerfile
parent46e0d6e1efa04c8905b4f8d016512125464a5732 (diff)
Add 'docker' and 'github-actions' to Dependabot config.
Diffstat (limited to '.docker/web-nginx/Dockerfile')
-rw-r--r--.docker/web-nginx/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.docker/web-nginx/Dockerfile b/.docker/web-nginx/Dockerfile
index 012f476f0..16b3821db 100644
--- a/.docker/web-nginx/Dockerfile
+++ b/.docker/web-nginx/Dockerfile
@@ -1,5 +1,5 @@
ARG PROXY_REGISTRY
-FROM ${PROXY_REGISTRY}nginx:alpine
+FROM ${PROXY_REGISTRY}nginx:1.29.2-alpine
HEALTHCHECK CMD curl --fail http://localhost${APP_BASE}/index.php || exit 1