diff --git a/Dockerfile b/Dockerfile index c0ce426..dfd6b2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################################################################### # BUILD STAGE -FROM golang:1.14-alpine AS build +FROM golang:1.15-alpine AS build RUN set -x \ && apk --no-cache --update add \