Skip to content

Commit 5a5b0a0

Browse files
committed
Update golangci-lint in Dockerfile
1 parent 9b335f1 commit 5a5b0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.kubernikus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG DOCS_IMAGE=keppel.eu-de-1.cloud.sap/ccloud/kubernikus-docs-builder:latest
22
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/golang:1.25-alpine3.21 as builder
33
WORKDIR /app
44
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
5+
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.6.2
66
COPY . .
77
ENV GOARCH=amd64
88
ARG VERSION

0 commit comments

Comments
 (0)