diff --git a/Dockerfile b/Dockerfile index 70ce631..cf774d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12.4-alpine AS build_deps +FROM golang:1.13-alpine AS build_deps RUN apk add --no-cache git