fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE320-LIBXML2-10165474
- https://snyk.io/vuln/SNYK-ALPINE320-LIBXML2-10165475
This commit is contained in:
snyk-bot
2025-08-18 08:53:33 +00:00
parent d7735f0d8b
commit aa97b8a5ba
+1 -1
View File
@@ -41,7 +41,7 @@ ENV NODE_OPTIONS=--max_old_space_size=8192
RUN pnpm run build
FROM nginx:1.26.3-alpine
FROM nginx:1.29.1-alpine
EXPOSE 80