diff --git a/complete/Dockerfile b/complete/Dockerfile index b694f21..012d0f4 100644 --- a/complete/Dockerfile +++ b/complete/Dockerfile @@ -3,8 +3,9 @@ FROM --platform=linux/amd64 gcr.io/kaniko-project/executor:v1.23.2 AS kaniko FROM --platform=linux/amd64 golang:1.23-alpine RUN apk add sudo curl + # linting -RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.61.0 +RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.62.2 # trivy RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/bin latest