Update images/actions/rust-node/Dockerfile
Some checks failed
Build and Push Image / Build and push image (push) Failing after 1m50s

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

@ -1,6 +1,5 @@
FROM rust FROM rust:alpine3.20
RUN apt update RUN apk add nodejs
RUN apt install nodejs -y
RUN cargo install cargo-audit RUN cargo install cargo-audit