diff --git a/container-images/asahi/Containerfile b/container-images/asahi/Containerfile index 16a59f2..d6c429d 100644 --- a/container-images/asahi/Containerfile +++ b/container-images/asahi/Containerfile @@ -2,7 +2,7 @@ FROM fedora:41 ARG LLAMA_CPP_SHA=1329c0a75e6a7defc5c380eaf80d8e0f66d7da78 # renovate: datasource=git-refs depName=ggerganov/whisper.cpp packageName=https://github.com/ggerganov/whisper.cpp gitRef=master versioning=loose type=digest -ARG WHISPER_CPP_SHA=f02b40bcb4849139fd7de2558aee64c737ab678e +ARG WHISPER_CPP_SHA=bb12cd9b7723ab4689365043c381590b4f582aba COPY ../scripts /scripts RUN chmod +x /scripts/*.sh && \ diff --git a/container-images/cuda/Containerfile b/container-images/cuda/Containerfile index 8450470..54968ac 100644 --- a/container-images/cuda/Containerfile +++ b/container-images/cuda/Containerfile @@ -3,7 +3,7 @@ FROM docker.io/nvidia/cuda:12.6.2-devel-ubi9 AS builder ARG LLAMA_CPP_SHA=af148c9386da825a60c7038549c121c35ca56b50 # renovate: datasource=git-refs depName=ggerganov/whisper.cpp packageName=https://github.com/ggerganov/whisper.cpp gitRef=master versioning=loose type=digest -ARG WHISPER_CPP_SHA=f02b40bcb4849139fd7de2558aee64c737ab678e +ARG WHISPER_CPP_SHA=bb12cd9b7723ab4689365043c381590b4f582aba COPY ../scripts /scripts RUN chmod +x /scripts/*.sh && \ diff --git a/container-images/ramalama/Containerfile b/container-images/ramalama/Containerfile index 13a5c65..01cf55c 100644 --- a/container-images/ramalama/Containerfile +++ b/container-images/ramalama/Containerfile @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 ARG LLAMA_CPP_SHA=af148c9386da825a60c7038549c121c35ca56b50 # renovate: datasource=git-refs depName=ggerganov/whisper.cpp packageName=https://github.com/ggerganov/whisper.cpp gitRef=master versioning=loose type=digest -ARG WHISPER_CPP_SHA=f02b40bcb4849139fd7de2558aee64c737ab678e +ARG WHISPER_CPP_SHA=bb12cd9b7723ab4689365043c381590b4f582aba COPY ../scripts /scripts RUN chmod +x /scripts/*.sh && \