Compare commits

..

No commits in common. "e68f9644b4c39c27bea96b9719e535785bbc879a" and "7b6c8469b5c5e8738140c7a4942357b25ef43229" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM golang:1.17-alpine FROM golang:1.16-alpine
ENV TZ=Europe/Moscow ENV TZ=Europe/Moscow
ENV TERM=xterm-color ENV TERM=xterm-color
@ -7,10 +7,9 @@ ENV CGO_ENABLED=0
ENV GOOS=linux ENV GOOS=linux
ENV GOARCH=amd64 ENV GOARCH=amd64
ENV GO111MODULE=on ENV GO111MODULE=on
ENV GOPRIVATE=go.pkg.cx
ENV GOLANGCI=1.43.0 ENV GOLANGCI=1.39.0
ENV GOSWAG=1.7.4 ENV GOSWAG=1.7.0
RUN \ RUN \
apk add --no-cache --update bash curl git tzdata && \ apk add --no-cache --update bash curl git tzdata && \