diff --git a/Dockerfile b/Dockerfile index 7abc029..4b05ed5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.4-alpine AS builder +FROM golang:1.14.7-alpine AS builder RUN apk add --no-cache make git