diff --git a/Dockerfile b/Dockerfile index ebf6a53ff8..b733822d75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:lts-alpine3.12 +FROM node:lts-alpine3.22 # Define a build argment that can be supplied when building the container # You can then do the following: @@ -34,5 +34,5 @@ USER cloudsploit # command line arguments to the run command to control how this executes. # Thus, you can use the parameters that you would normally give to index.js # when running in a container. -ENTRYPOINT ["cloudsploitscan"] +ENTRYPOINT ["cloudsploit-scan"] CMD []