From 11044d6f646100cef02f9d75cb8f530ca0f1ad12 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 11 Jul 2024 15:35:04 +0000 Subject: [PATCH] Update images/actions/rust-node/Dockerfile --- images/actions/rust-node/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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