Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
9b42ef30d3 | ||
|
03a2c69c6d | ||
|
b95e9775b2 | ||
|
127b47ae8d | ||
|
6148e3168d | ||
|
2b7b078149 | ||
|
710f759f05 |
@ -1,15 +1,12 @@
|
|||||||
FROM golang:1.20-alpine
|
FROM golang:1.23-alpine
|
||||||
|
|
||||||
ENV TZ=Europe/Moscow
|
ENV TZ=Europe/Moscow
|
||||||
ENV TERM=xterm-color
|
ENV TERM=xterm-color
|
||||||
|
|
||||||
ENV CGO_ENABLED=0
|
ENV CGO_ENABLED=0
|
||||||
ENV GOOS=linux
|
|
||||||
ENV GOARCH=amd64
|
|
||||||
ENV GO111MODULE=on
|
|
||||||
ENV GOPRIVATE=go.pkg.cx
|
ENV GOPRIVATE=go.pkg.cx
|
||||||
|
|
||||||
ENV GOLANGCI=1.54.2
|
ENV GOLANGCI=1.63.4
|
||||||
|
|
||||||
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