fix: Tests/Dockerfile.tpl to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964
This commit is contained in:
snyk-bot 2024-05-09 21:10:47 +00:00
parent f84a8d6d7a
commit 65f024c3f6
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

View File

@ -1,4 +1,4 @@
FROM node:21.7.2-alpine3.18
FROM node:21.7.3-alpine3.18
RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global
# Install bash.