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