Compare commits
No commits in common. "master" and "1.22.1" have entirely different histories.
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23-alpine
|
FROM golang:1.22-alpine
|
||||||
|
|
||||||
ENV TZ=Europe/Moscow
|
ENV TZ=Europe/Moscow
|
||||||
ENV TERM=xterm-color
|
ENV TERM=xterm-color
|
||||||
@ -6,7 +6,7 @@ ENV TERM=xterm-color
|
|||||||
ENV CGO_ENABLED=0
|
ENV CGO_ENABLED=0
|
||||||
ENV GOPRIVATE=go.pkg.cx
|
ENV GOPRIVATE=go.pkg.cx
|
||||||
|
|
||||||
ENV GOLANGCI=1.63.4
|
ENV GOLANGCI=1.57.2
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --update bash curl git tzdata && \
|
apk add --no-cache --update bash curl git tzdata && \
|
||||||
|
Loading…
Reference in New Issue
Block a user