From da5642b80ff442921a3c7dfd992eee5f0a50568d Mon Sep 17 00:00:00 2001 From: Pascal Date: Fri, 2 Jul 2021 16:02:59 -0400 Subject: [PATCH] [mod] switched nginx to stable-alpine and updated certbot to 1.16.0 --- certbot/Dockerfile | 4 ++-- proxy/Dockerfile | 2 +- web/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 364888a..72fb03c 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -1,4 +1,4 @@ -FROM certbot/certbot:v1.12.0 +FROM certbot/certbot:v1.16.0 ARG USER_UUID=12000 ARG USER_GUID=12000 @@ -31,4 +31,4 @@ RUN chmod +x /entrypoint.sh USER $USER_NAME -ENTRYPOINT [ "/entrypoint.sh" ] \ No newline at end of file +ENTRYPOINT [ "/entrypoint.sh" ] diff --git a/proxy/Dockerfile b/proxy/Dockerfile index 9cdf1bd..dfa60d0 100644 --- a/proxy/Dockerfile +++ b/proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.18-alpine +FROM nginx:stable-alpine ARG USER_UUID=12000 ARG USER_GUID=12000 diff --git a/web/Dockerfile b/web/Dockerfile index 8d27286..dde2661 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.18-alpine +FROM nginx:stable-alpine ARG USER_UUID=12000 ARG USER_GUID=12000