Update images/actions/rust-node/Dockerfile
All checks were successful
Build and Push Image / Build and push image (push) Successful in 1m25s

This commit is contained in:
Jan Gleytenhoover 2024-07-11 15:42:12 +00:00
parent 11044d6f64
commit 6dff11c85a

@ -2,4 +2,4 @@ FROM rust:alpine3.20
RUN apk add nodejs
RUN cargo install cargo-audit
RUN apk add cargo-audit