diff --git a/.gitignore b/.gitignore index deb3fb5..0846284 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ .idea ._* .vscode - +certbot-help.txt diff --git a/docker/Dockerfile b/docker/Dockerfile index a08549a..fe60984 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 diff --git a/docker/dev/Dockerfile b/docker/dev/Dockerfile index f0e2d26..042917e 100644 --- a/docker/dev/Dockerfile +++ b/docker/dev/Dockerfile @@ -1,4 +1,4 @@ -FROM jc21/alpine-nginx-full:node +FROM jc21/alpine-nginx-full:github-openresty-node LABEL maintainer="Jamie Curnow " ENV S6_LOGGING=0 diff --git a/scripts/frontend-build b/scripts/frontend-build index 05be2ea..a94b9a9 100755 --- a/scripts/frontend-build +++ b/scripts/frontend-build @@ -3,7 +3,7 @@ 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