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 e26f0b3 commit 1dbfc97Copy full SHA for 1dbfc97
Dockerfile
@@ -1,5 +1,5 @@
1
-# TinyGo base stage just installs LLVM 8 and the TinyGo compiler itself.
2
-FROM golang:latest AS tinygo-base
+# TinyGo base stage installs Go 1.12, LLVM 8 and the TinyGo compiler itself.
+FROM golang:1.12 AS tinygo-base
3
4
RUN wget -O- https://apt.llvm.org/llvm-snapshot.gpg.key| apt-key add - && \
5
echo "deb http://apt.llvm.org/buster/ llvm-toolchain-buster-8 main" >> /etc/apt/sources.list && \
0 commit comments