From 70ff02fab7749fd6bb6cb0a2ec6c31a8f51e80d6 Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Thu, 11 Jul 2024 17:31:44 +0200 Subject: [PATCH] container: Fix Banshee installation (#163) --- util/container/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/container/Dockerfile b/util/container/Dockerfile index f6330cabc..a9d1b5c16 100644 --- a/util/container/Dockerfile +++ b/util/container/Dockerfile @@ -77,8 +77,8 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cm ENV PATH "/tools/bin:${PATH}" # Install `banshee` (needs cmake) -RUN rustup install 1.63.0 -RUN rustup override set 1.63.0 +RUN rustup install 1.67.0 +RUN rustup override set 1.67.0 RUN git clone https://github.com/pulp-platform/banshee.git /tmp/banshee --recurse-submodules RUN cargo install --path /tmp/banshee