Skip to content

Commit

Permalink
Merge pull request #1721 from OneUptime/snyk-fix-54b494d7ed7c85a9dfde…
Browse files Browse the repository at this point in the history
…1f7d20790746

[Snyk] Security upgrade node from 22.5 to 22.9
  • Loading branch information
simlarsen authored Sep 30, 2024
2 parents e9dfe14 + c1beb9c commit 979e58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Probe/Dockerfile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# Pull base image nodejs image.
FROM node:22.5
FROM node:22.9
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
Expand Down

0 comments on commit 979e58e

Please sign in to comment.