From d5915f26e6db294f8a205877c70bb0d4cce9ec87 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 29 Feb 2020 20:56:43 +0000 Subject: [PATCH] bump go to 1.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75c98f5..6695ebb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM xena/go:1.13.6 AS build +FROM xena/go:1.14 AS build ENV GOPROXY https://cache.greedo.xeserv.us COPY . /site WORKDIR /site