Skip to content

Commit

Permalink
Merge pull request #1723 from OneUptime/snyk-fix-9beef75d5a122cf47203…
Browse files Browse the repository at this point in the history
…e4cfdf7811d2

[Snyk] Security upgrade node from 21.2-alpine3.18 to 21.7.3-alpine3.18
  • Loading branch information
simlarsen authored Sep 30, 2024
2 parents 3f8c627 + 9a38675 commit e9dfe14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Workflow/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: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
Expand Down

0 comments on commit e9dfe14

Please sign in to comment.