From e20089c74d84d28661ad433ebe4e5d9184e1b874 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Tue, 27 Apr 2021 16:46:36 +0900 Subject: [PATCH] update Dockerfile --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 176c408..7e9fb4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,10 @@ -FROM golang:1.12.5-alpine +FROM golang:1.16.3-alpine RUN apk add --update --no-cache git make \ && go get golang.org/x/tools/go/vcs - + +RUN apk add build-base + COPY . $GOPATH/src/github.com/gojp/goreportcard WORKDIR $GOPATH/src/github.com/gojp/goreportcard