Skip to content

Commit 1dbfc97

Browse files
committed
docker: use Go 1.12 base Docker image for compatibility
Signed-off-by: Ron Evans <[email protected]>
1 parent e26f0b3 commit 1dbfc97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# TinyGo base stage just installs LLVM 8 and the TinyGo compiler itself.
2-
FROM golang:latest AS tinygo-base
1+
# TinyGo base stage installs Go 1.12, LLVM 8 and the TinyGo compiler itself.
2+
FROM golang:1.12 AS tinygo-base
33

44
RUN wget -O- https://apt.llvm.org/llvm-snapshot.gpg.key| apt-key add - && \
55
echo "deb http://apt.llvm.org/buster/ llvm-toolchain-buster-8 main" >> /etc/apt/sources.list && \

0 commit comments

Comments
 (0)