From 2bc01ea74009f7ebfeec8e10f4924614c97233f5 Mon Sep 17 00:00:00 2001 From: Pascal Date: Tue, 2 Feb 2021 22:40:12 -0500 Subject: [PATCH] [mod] updated nginx to 1.18 and certbot to 1.12 --- certbot/Dockerfile | 2 +- proxy/Dockerfile | 2 +- web/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 71fad56..364888a 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -1,4 +1,4 @@ -FROM certbot/certbot:v1.3.0 +FROM certbot/certbot:v1.12.0 ARG USER_UUID=12000 ARG USER_GUID=12000 diff --git a/proxy/Dockerfile b/proxy/Dockerfile index 9ebc48b..9cdf1bd 100644 --- a/proxy/Dockerfile +++ b/proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.17.9-alpine +FROM nginx:1.18-alpine ARG USER_UUID=12000 ARG USER_GUID=12000 diff --git a/web/Dockerfile b/web/Dockerfile index a8e5eea..8d27286 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.17.9-alpine +FROM nginx:1.18-alpine ARG USER_UUID=12000 ARG USER_GUID=12000