Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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 []