diff --git a/Dockerfile b/Dockerfile index df55a8bf..34c14478 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12-alpine AS builder +FROM golang:1.14.2-alpine AS builder RUN apk add --no-cache make git WORKDIR /go/src/github.com/mackerelio/mkr/ COPY . .