bump nginx base image for cve fix (#3340)

This commit is contained in:
Shivanshu Raj Shrivastava 2023-08-16 14:41:51 +05:30 committed by GitHub
parent 7a4156a3b7
commit 22d4c53a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ COPY . .
RUN yarn build RUN yarn build
FROM nginx:1.18-alpine FROM nginx:1.24.0-alpine
COPY conf/default.conf /etc/nginx/conf.d/default.conf COPY conf/default.conf /etc/nginx/conf.d/default.conf