fix: Ingestor/Dockerfile.tpl to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795
This commit is contained in:
snyk-bot 2023-12-01 20:02:58 +00:00
parent 8c7c61519f
commit aafa3b15b7
No known key found for this signature in database
GPG Key ID: 5009E0832F4D3DD3

2
Ingestor/Dockerfile.tpl Executable file → Normal file
View File

@ -3,7 +3,7 @@
#
# Pull base image nodejs image.
FROM node:current-alpine
FROM node:21.2-alpine3.18
USER root
RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global