Merge pull request #1723 from OneUptime/snyk-fix-9beef75d5a122cf47203e4cfdf7811d2

[Snyk] Security upgrade node from 21.2-alpine3.18 to 21.7.3-alpine3.18
This commit is contained in:
Simon Larsen 2024-09-30 14:55:58 +01:00 committed by GitHub
commit e9dfe14801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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