(new): linux image
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user