Skip to content

Commit 2c4f351

Browse files
committed
fix: update version of clang to 17 to accomodate latest Go 1.25 docker base image
Signed-off-by: deadprogram <[email protected]>
1 parent 955f7da commit 2c4f351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM golang:1.25 AS tinygo-llvm
33

44
RUN apt-get update && \
5-
apt-get install -y apt-utils make cmake clang-15 ninja-build && \
5+
apt-get install -y apt-utils make cmake clang-17 ninja-build && \
66
rm -rf \
77
/var/lib/apt/lists/* \
88
/var/log/* \

0 commit comments

Comments
 (0)