diff --git a/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-non-root-usr b/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-non-root-usr index ccdbb7a..d78d276 100644 --- a/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-non-root-usr +++ b/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-non-root-usr @@ -18,10 +18,13 @@ # linux/amd64 (x86_64) and linux/arm64 (aarch64). #==============================================================================# -# Set Go & tools versions +# Set Go & tools versions. Be carreful when upgrading these versions, make sure +# to keep them in sync with the version golang ARG GOLANG_VERSION=1.22.5 ARG TRIVY_VERSION=0.49.1 ARG SYFT_VERSION=1.9.0 +ARG COSIGN_VERSION=2.4.0 +ARG KO_VERSION=0.16.0 # goreleaser v2.1.0 ships with go1.22.5 ARG GORELEASER_VERSION=2.1.0 diff --git a/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-root-usr b/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-root-usr index 36b7668..39f84c7 100644 --- a/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-root-usr +++ b/Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-root-usr @@ -22,6 +22,8 @@ ARG GOLANG_VERSION=1.22.5 ARG TRIVY_VERSION=0.49.1 ARG SYFT_VERSION=1.9.0 +ARG COSIGN_VERSION=2.4.0 +ARG KO_VERSION=0.16.0 # goreleaser v2.1.0 ships with go1.22.5 ARG GORELEASER_VERSION=2.1.0