(new): linux image

This commit is contained in:
2026-04-23 22:21:58 +03:00
parent def025d32c
commit 0b1ba393df
7 changed files with 15 additions and 7 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
FROM golang:1.26-alpine
ARG GOLANGCI_LINT_VERSION=v2.11.4
RUN apk add --no-cache nodejs npm bash git ca-certificates
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
| sh -s -- -b /usr/local/bin ${GOLANGCI_LINT_VERSION}
RUN apk add --no-cache nodejs npm bash git ca-certificates curl
RUN curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b /usr/local/bin ${GOLANGCI_LINT_VERSION}