diff --git a/images/actions/rust-node/Dockerfile b/images/actions/rust-node/Dockerfile index fe77257..961f062 100644 --- a/images/actions/rust-node/Dockerfile +++ b/images/actions/rust-node/Dockerfile @@ -2,4 +2,4 @@ FROM rust:alpine3.20 RUN apk add nodejs -RUN cargo install cargo-audit \ No newline at end of file +RUN apk add cargo-audit \ No newline at end of file