From 3484bb2044cde2d229c329d1e140850af76a1e65 Mon Sep 17 00:00:00 2001 From: Jan K9f Date: Mon, 28 Apr 2025 07:23:28 +0200 Subject: [PATCH] build(rust Dockerfile): update rust installation command --- images/actions/rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/rust/Dockerfile b/images/actions/rust/Dockerfile index c70f44c..a7a1a22 100644 --- a/images/actions/rust/Dockerfile +++ b/images/actions/rust/Dockerfile @@ -1,3 +1,3 @@ FROM git.kjan.de/actions/runner-basic:latest -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sudo sh +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sudo sh -s -- -y