From dec2089f0b6452aced7d1a0ad479c35718edcce3 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Sun, 2 Feb 2020 18:27:02 +0000 Subject: [PATCH] docker: use latest go1.13.x --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bac85dd..18257f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12 as build +FROM golang:1.13 as build MAINTAINER Will Norris RUN useradd -u 1001 go