1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-31 06:24:22 +03:00

Forgot to update this docker base image

This commit is contained in:
Jamie Curnow
2022-01-11 11:28:01 +10:00
parent 5fb0cc5fab
commit 5bd002a568

View File

@ -3,7 +3,7 @@
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
. "$DIR/.common.sh"
DOCKER_IMAGE=jc21/nginx-full:node
DOCKER_IMAGE=jc21/nginx-full:certbot-node
# Ensure docker exists
if hash docker 2>/dev/null; then