diff --git a/images/actions/rust-node/Dockerfile b/images/actions/rust-node/Dockerfile index 56ae907..fe77257 100644 --- a/images/actions/rust-node/Dockerfile +++ b/images/actions/rust-node/Dockerfile @@ -1,6 +1,5 @@ -FROM rust +FROM rust:alpine3.20 -RUN apt update -RUN apt install nodejs -y +RUN apk add nodejs RUN cargo install cargo-audit \ No newline at end of file