From 216e8951a454ce22c950b07b35eaec09517cf0dd Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 18 Jan 2020 13:18:28 +0000 Subject: [PATCH] update go --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2661728..75c98f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM xena/go:1.13.3 AS build +FROM xena/go:1.13.6 AS build ENV GOPROXY https://cache.greedo.xeserv.us COPY . /site WORKDIR /site