From ac11fec8ab95b4d20149ad28e6d59488e4c0fc8a Mon Sep 17 00:00:00 2001 From: timbretimber <105982513+timbretimber@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:48:20 -0700 Subject: [PATCH] update clang version in Dockerfile (#2313) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f336f6c..e564e4b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN case "${TARGETPLATFORM}" in \ esac RUN export DEBIAN_FRONTEND=noninteractive && \ apt-get update && \ - apt-get install -yq --no-install-recommends build-essential libclang-16-dev \ + apt-get install -yq --no-install-recommends build-essential libclang-19-dev \ g++-aarch64-linux-gnu binutils-aarch64-linux-gnu \ g++-x86-64-linux-gnu binutils-x86-64-linux-gnu RUN rustup target add "$(cat /target.txt)"