Skip to content

Commit 4e2f013

Browse files
j-luongsnyk-bot
andauthored
fix: Dockerfile to reduce vulnerabilities (#206)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-10169632 Co-authored-by: snyk-bot <[email protected]>
1 parent bb02f08 commit 4e2f013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:alpine
1+
FROM node:23.11.1-alpine3.21
22

33
RUN npm install snyk-to-html -g
44

0 commit comments

Comments
 (0)