Update images/actions/rust-node/Dockerfile

This commit is contained in:
Jan K9f 2024-07-11 15:35:04 +00:00
parent 57819d6c57
commit 11044d6f64

View file

@ -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