From 22d4c53a431cec65c23dbeb184905d6b0f2ddfcc Mon Sep 17 00:00:00 2001 From: Shivanshu Raj Shrivastava Date: Wed, 16 Aug 2023 14:41:51 +0530 Subject: [PATCH] bump nginx base image for cve fix (#3340) --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index cf9b792cf1..db4974a3b5 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -24,7 +24,7 @@ COPY . . RUN yarn build -FROM nginx:1.18-alpine +FROM nginx:1.24.0-alpine COPY conf/default.conf /etc/nginx/conf.d/default.conf