From 5a5b7083b4dc010ce9825415697b26e7f2f0e980 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 5 Jun 2019 13:56:31 +0000 Subject: [PATCH] update Go --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f57f9c3..03fc23d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM xena/go:1.12.1 AS build +FROM xena/go:1.12.5 AS build ENV GOPROXY https://cache.greedo.xeserv.us COPY . /site WORKDIR /site