From c9c8fc47ab54df23078f1b0421352006560e9edc Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 7 Sep 2019 15:05:44 +0000 Subject: [PATCH] update go --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0fdb35..a4523f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM xena/go:1.11.4 AS build +FROM xena/go:1.12.6 AS build RUN apk --no-cache add make git RUN mkdir -p /usr/local/src \ && git clone https://github.com/jroimartin/sw /usr/local/src/sw \