We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b335f1 + 5a5b0a0 commit 8f31cabCopy full SHA for 8f31cab
Dockerfile.kubernikus
@@ -2,7 +2,7 @@ ARG DOCS_IMAGE=keppel.eu-de-1.cloud.sap/ccloud/kubernikus-docs-builder:latest
2
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/golang:1.25-alpine3.21 as builder
3
WORKDIR /app
4
RUN apk add --no-cache make bash git curl gcc musl-dev
5
-RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2
+RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.6.2
6
COPY . .
7
ENV GOARCH=amd64
8
ARG VERSION
0 commit comments