From 8cd03c800ef54ec2c8d0491376e9bfde5e86c520 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 13 Jun 2023 13:56:33 +0200 Subject: [PATCH] [CI][RISCV64] Try to use bookworm debian instead of sid (#3992) --- .github/cross-linux-riscv64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/cross-linux-riscv64/Dockerfile b/.github/cross-linux-riscv64/Dockerfile index 2313019a26c..18382aeb6ae 100644 --- a/.github/cross-linux-riscv64/Dockerfile +++ b/.github/cross-linux-riscv64/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:sid AS openssl_riscv64 +FROM debian:bookworm AS openssl_riscv64 #FROM ghcr.io/cross-rs/aarch64-unknown-linux-gnu:edge # set CROSS_DOCKER_IN_DOCKER to inform `cross` that it is executed from within a container