Update Dockerfile

This commit is contained in:
Alexandre
2026-06-19 11:34:39 +02:00
committed by GitHub
parent 44d9333915
commit e62389edb9

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM=jc21/nginx-proxy-manager:2.14.0
ARG BUILD_FROM=jc21/nginx-proxy-manager:latest
FROM ${BUILD_FROM}
# NPM is Debian-based; install jq for options parsing and ensure bash is present.