From 8c78a684c4950caa615cb63afcc9264efc25fa66 Mon Sep 17 00:00:00 2001 From: Josh Humphries Date: Thu, 14 May 2020 23:25:23 -0400 Subject: [PATCH] use Go 1.13 to build docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f71406..10fc93c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11.10-alpine as builder +FROM golang:1.13.10-alpine3.11 as builder MAINTAINER FullStory Engineering # currently, a module build requires gcc (so Go tool can build