diff --git a/Dockerfile b/Dockerfile index e05417e6..88d0ee39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12-alpine as builder +FROM golang:1.14-alpine as builder RUN apk add --no-cache git WORKDIR /go/croc COPY . .