aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2021-05-26 17:33:50 +0200
committerdeadprogram <[email protected]>2021-05-26 17:33:50 +0200
commit423cae86df89945c2ed2a7b39193592dda8cad6d (patch)
treed585566721a91059b18ce5f72a69598fafec473c /Dockerfile
parentea6b65e36083376efe0a4359b7b8952d956fd29d (diff)
downloadtinygo-423cae86df89945c2ed2a7b39193592dda8cad6d.tar.gz
tinygo-423cae86df89945c2ed2a7b39193592dda8cad6d.zip
docker: update dev dockerfile to Go 1.16
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index d6b37a6b5..b8f5a3b55 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-# TinyGo base stage installs the most recent Go 1.15.x, LLVM 11 and the TinyGo compiler itself.
-FROM golang:1.15 AS tinygo-base
+# TinyGo base stage installs the most recent Go 1.16.x, LLVM 11 and the TinyGo compiler itself.
+FROM golang:1.16 AS tinygo-base
RUN wget -O- https://apt.llvm.org/llvm-snapshot.gpg.key| apt-key add - && \
echo "deb http://apt.llvm.org/buster/ llvm-toolchain-buster-11 main" >> /etc/apt/sources.list && \