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