Update complete/Dockerfile
Some checks failed
/ build-kaniko (push) Failing after 36s
/ build-go (push) Failing after 21s
/ build-complete (push) Failing after 35s
/ build-trivy (push) Failing after 18m25s
/ build-golang-ci-lint (push) Failing after 18m25s

This commit is contained in:
richardrobertreitz 2024-12-16 11:33:58 +00:00
parent fc8d15d013
commit 531b0978bb

View file

@ -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