aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-09-12 16:09:11 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-09-12 16:09:11 +0800
commit2469c4ecd4757e56ed22da1285ed7deab9d5b112 (patch)
treefdd14b0daee3bdc7db42e3606656a736bdd2ac85 /Dockerfile
parent39b0b1a1a6506c8c25fcff56f4d70a85739dcb6a (diff)
downloadgo-tangerine-2469c4ecd4757e56ed22da1285ed7deab9d5b112.tar
go-tangerine-2469c4ecd4757e56ed22da1285ed7deab9d5b112.tar.gz
go-tangerine-2469c4ecd4757e56ed22da1285ed7deab9d5b112.tar.bz2
go-tangerine-2469c4ecd4757e56ed22da1285ed7deab9d5b112.tar.lz
go-tangerine-2469c4ecd4757e56ed22da1285ed7deab9d5b112.tar.xz
go-tangerine-2469c4ecd4757e56ed22da1285ed7deab9d5b112.tar.zst
go-tangerine-2469c4ecd4757e56ed22da1285ed7deab9d5b112.zip
travis, Dockerfile, appveyor: bump to Go 1.13
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b9dcffb7c..114e76205 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# Build Geth in a stock Go builder container
-FROM golang:1.12-alpine as builder
+FROM golang:1.13-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git