fix: Nginx/Dockerfile.tpl to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039
- https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241040
- https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-6245694
This commit is contained in:
snyk-bot
2024-02-16 02:13:30 +00:00
parent 82e30a0a04
commit 5c3eb0bb11

View File

@@ -1,4 +1,4 @@
FROM nginx:1.25.3-alpine
FROM nginx:1.25.4-alpine
USER root