We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fa5cd commit deb48ddCopy full SHA for deb48dd
Dockerfile
@@ -2,7 +2,7 @@
2
FROM golang:1.25 AS tinygo-llvm
3
4
RUN apt-get update && \
5
- apt-get install -y apt-utils make cmake clang-15 ninja-build && \
+ apt-get install -y apt-utils make cmake clang-17 ninja-build && \
6
rm -rf \
7
/var/lib/apt/lists/* \
8
/var/log/* \
0 commit comments