mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-26 15:29:02 +00:00
docker: use Go 1.12 base Docker image for compatibility
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
# TinyGo base stage just installs LLVM 8 and the TinyGo compiler itself.
|
# TinyGo base stage installs Go 1.12, LLVM 8 and the TinyGo compiler itself.
|
||||||
FROM golang:latest AS tinygo-base
|
FROM golang:1.12 AS tinygo-base
|
||||||
|
|
||||||
RUN wget -O- https://apt.llvm.org/llvm-snapshot.gpg.key| apt-key add - && \
|
RUN wget -O- https://apt.llvm.org/llvm-snapshot.gpg.key| apt-key add - && \
|
||||||
echo "deb http://apt.llvm.org/buster/ llvm-toolchain-buster-8 main" >> /etc/apt/sources.list && \
|
echo "deb http://apt.llvm.org/buster/ llvm-toolchain-buster-8 main" >> /etc/apt/sources.list && \
|
||||||
|
|||||||
Reference in New Issue
Block a user