Skip to content

Commit

Permalink
Use renamed nginx-full docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Jan 10, 2022
1 parent c78f641 commit 818b959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -3,7 +3,7 @@

# This file assumes that the frontend has been built using ./scripts/frontend-build

FROM nginxproxymanager/nginx-full:node
FROM nginxproxymanager/nginx-full:certbot-node

ARG TARGETPLATFORM
ARG BUILD_VERSION
Expand Down
2 changes: 1 addition & 1 deletion docker/dev/Dockerfile
@@ -1,4 +1,4 @@
FROM nginxproxymanager/nginx-full:node
FROM nginxproxymanager/nginx-full:certbot-node
LABEL maintainer="Jamie Curnow <jc@jc21.com>"

ENV S6_LOGGING=0 \
Expand Down

0 comments on commit 818b959

Please sign in to comment.