fix: Workflow/Dockerfile.tpl to reduce vulnerabilities

This commit is contained in:
snyk-bot 2024-09-29 10:42:29 +00:00
parent 299707f748
commit 9a38675676
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

View File

@ -3,7 +3,7 @@
#
# Pull base image nodejs image.
FROM node:21.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
RUN npm config set fetch-retries 5