From eb4a9d367ea28b77869b3f0b3b1b8731b150e279 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 24 Apr 2021 12:15:42 +0300 Subject: [PATCH] Update Nginx. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d13b2fb..5dacd4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.19.9-alpine +FROM nginx:1.20.0-alpine # hadolint ignore=DL3018 RUN rm -rf /etc/nginx/conf./* && \ chmod 777 /run && \ -- GitLab