fix: frontend/Dockerfile to reduce vulnerabilities (#3589)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE317-LIBWEBP-5902239

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Yunus M 2023-09-20 11:32:17 +05:30 committed by GitHub
parent 735ab8e118
commit 8324d010ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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