From b364a02bcb6e440f94a4ff2195b7fda95d60fbdd Mon Sep 17 00:00:00 2001 From: Nat! Date: Tue, 23 Jan 2024 18:15:05 +0100 Subject: [PATCH] use newest compiler --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 69b3b68..58c4c13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,6 @@ RUN DEBIAN_FRONTEND=noninteractive \ && chmod 755 installer-all \ && ./installer-all /usr no \ \ - && wget "https://github.com/mulle-cc/mulle-clang-project/releases/download/14.0.6.2/mulle-clang-14.0.6.2-bullseye-amd64.deb" \ - && dpkg --install "mulle-clang-14.0.6.2-bullseye-amd64.deb" + && wget "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.0/mulle-clang-17.0.6.0-bookworm-amd64.deb" \ + && dpkg --install "mulle-clang-17.0.6.0-bookworm-amd64.deb"