fix: Haraka/Dockerfile.tpl to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000
This commit is contained in:
snyk-bot
2024-01-27 11:29:07 +00:00
parent 2e815457ae
commit 595690a789

View File

@@ -1,4 +1,4 @@
FROM node:21.2-alpine3.18
FROM node:21.6-alpine3.18
USER root
RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global