From aba6862e2809e1a0a489ebbdb097a0e073b86c3a Mon Sep 17 00:00:00 2001 From: Simon C Date: Mon, 6 Sep 2021 09:59:14 +0200 Subject: [PATCH] chore(Nginx): Upgrade to 1.21.1 http://nginx.org/en/CHANGES --- nextcloud/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/web/Dockerfile b/nextcloud/web/Dockerfile index 01cf2a6..d183bd2 100644 --- a/nextcloud/web/Dockerfile +++ b/nextcloud/web/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:1.19.6-alpine +FROM nginx:1.21.1-alpine COPY nginx.conf /etc/nginx/nginx.conf