fix: update version of clang to 17 to accomodate latest Go 1.25 docker base image

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2025-08-14 11:51:43 +02:00
parent 73fa5cd7bc
commit 5e50bd60a5
+1 -1
View File
@@ -2,7 +2,7 @@
FROM golang:1.25 AS tinygo-llvm FROM golang:1.25 AS tinygo-llvm
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y apt-utils make cmake clang-15 ninja-build && \ apt-get install -y apt-utils make cmake clang-17 ninja-build && \
rm -rf \ rm -rf \
/var/lib/apt/lists/* \ /var/lib/apt/lists/* \
/var/log/* \ /var/log/* \