From eea610dfe8aed566f4a8ca398cbdc75573566cd9 Mon Sep 17 00:00:00 2001 From: Matthias Schmieder Date: Thu, 19 Aug 2021 13:42:04 +0200 Subject: [PATCH] fix CVE-2019-5021 caused by nginx-apline (#2514) Co-authored-by: Matthias Schmieder --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d157ede7..db257113d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN yarn run build # Stage 2: Bundle the built application into a Docker container # which runs Nginx using Alpine Linux -FROM nginx:1.15.5-alpine +FROM nginx:1.21.1-alpine RUN apk add --no-cache bash RUN rm -rf /etc/nginx/conf.d COPY .docker/Viewer-v2.x /etc/nginx/conf.d