diff --git a/Dockerfile b/Dockerfile index f23db87..19437bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM golang:1.11-alpine +FROM golang:1.12-alpine ENV TZ=Europe/Moscow ENV TERM=xterm-color ENV CGO_ENABLED=0 ENV GOOS=linux ENV GOARCH=amd64 -ENV GOLANGCI=1.13 +ENV GOLANGCI=1.16.0 RUN \ apk add --no-cache --update bash curl git tzdata && \