diff --git a/Dockerfile b/Dockerfile index d8ac6cd..93dcc90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine +FROM node:21.6.0-alpine3.19 RUN npm install snyk-to-html -g