summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-12-02 09:39:42 +0000
committerGitHub <[email protected]>2020-12-02 09:39:42 +0000
commitb22078ce707d21ac17ea1727a4174c44ef57ae69 (patch)
tree2583c7cdde2dd37cf067a23ee70a6aa793163193 /Dockerfile
parenta2e7b9ffc39ae982d63a1a87dc358447d35d8bc9 (diff)
parent453133e7bb876a5f678ebd0847221495efbcd1ba (diff)
Merge #424v1.9.0
424: Release 1.9.0 r=48d90782 a=48d90782 Co-authored-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c857515f..67c06d28 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.14.3 as builder
+FROM golang:1.15.5 as builder
COPY . /src