From e9de1da63600b802747cee50898701a94203a0f8 Mon Sep 17 00:00:00 2001 From: Lluis Danes Pages Date: Sun, 23 Mar 2025 15:08:41 +0100 Subject: [PATCH] Use latest release of 24.35 branch - Update the starting release 24.35.30872.22 to the latest fix one 24.35.30872.32 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4406842..c9a7686 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN \ if [ -z "${MOD_VERSION}" ]; then \ MOD_VERSION=$(curl -sX GET "https://api.github.com/repos/intel/compute-runtime/releases/latest" | jq -r '.tag_name'); \ fi && \ - COMP_RT_URLS_LEGACY1=$(curl -sX GET "https://api.github.com/repos/intel/compute-runtime/releases/tags/24.35.30872.22" | jq -r '.body' | grep wget | grep -v .sum | grep -v .ddeb | sed 's|wget ||g') && \ + COMP_RT_URLS_LEGACY1=$(curl -sX GET "https://api.github.com/repos/intel/compute-runtime/releases/tags/24.35.30872.32" | jq -r '.body' | grep wget | grep -v .sum | grep -v .ddeb | sed 's|wget ||g') && \ echo "**** grab legacy1 debs ****" && \ mkdir -p /root-layer/opencl-intel-legacy1 && \ for i in $COMP_RT_URLS_LEGACY1; do \