From 6dff11c85a87250847eeefb876cfb3647db43832 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 11 Jul 2024 15:42:12 +0000 Subject: [PATCH] Update images/actions/rust-node/Dockerfile --- images/actions/rust-node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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