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 ab64e21 commit 59cc7d4Copy full SHA for 59cc7d4
Dockerfile
@@ -1,5 +1,5 @@
1
# tinygo-llvm stage obtains the llvm source for TinyGo
2
-FROM golang:1.20 AS tinygo-llvm
+FROM golang:1.21 AS tinygo-llvm
3
4
RUN apt-get update && \
5
apt-get install -y apt-utils make cmake clang-15 ninja-build
0 commit comments