@@ -2,4 +2,4 @@
.idea
._*
.vscode
-
+certbot-help.txt
@@ -3,7 +3,7 @@
# This file assumes that the frontend has been built using ./scripts/frontend-build
-FROM --platform=${TARGETPLATFORM:-linux/amd64} jc21/alpine-nginx-full:node
+FROM --platform=${TARGETPLATFORM:-linux/amd64} jc21/alpine-nginx-full:github-openresty-node
ARG TARGETPLATFORM
ARG BUILDPLATFORM
@@ -1,4 +1,4 @@
-FROM jc21/alpine-nginx-full:node
+FROM jc21/alpine-nginx-full:github-openresty-node
LABEL maintainer="Jamie Curnow <[email protected]>"
ENV S6_LOGGING=0
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
. "$DIR/.common.sh"
-DOCKER_IMAGE=jc21/alpine-nginx-full:node
+DOCKER_IMAGE=jc21/alpine-nginx-full:github-openresty-node
# Ensure docker exists
if hash docker 2>/dev/null; then