diff --git a/Dockerfile b/Dockerfile index aa0933a..da3b130 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13-alpine as builder +FROM golang:1.14.0-alpine as builder RUN apk --no-cache add ca-certificates gcc libc-dev nodejs npm git make