Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ayala-orca authored Feb 6, 2025
1 parent 6c03ecc commit 0a29442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/orcasecurity/orca-cli:1.84.0

RUN apk --no-cache --update add bash nodejs@22.11.0 npm
RUN apk --no-cache --update add bash nodejs=22.11.0 npm

WORKDIR /app
# Docker tries to cache each layer as much as possible, to increase building speed.
Expand Down

0 comments on commit 0a29442

Please sign in to comment.