Skip to content

Commit

Permalink
fix: Probe/Dockerfile.tpl to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 19, 2024
1 parent 4f0526b commit da78c0b
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.8
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 da78c0b

Please sign in to comment.