From 7dd198773b1a357017e68d11fbb0fad9b117c57d Mon Sep 17 00:00:00 2001 From: sfja Date: Sat, 28 Mar 2026 13:35:28 +0100 Subject: [PATCH] set rustup default in image --- ci-container/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-container/Dockerfile b/ci-container/Dockerfile index 9f53608..3360e50 100644 --- a/ci-container/Dockerfile +++ b/ci-container/Dockerfile @@ -3,4 +3,5 @@ RUN apk add --no-cache curl build-base clang22-extra-tools mosquitto-dev sdl3-de RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ENV PATH="/root/.cargo/bin:${PATH}" +RUN rustup default stable