Skip to content

Commit

Permalink
Merge pull request #4962 from kubernetes-sigs/raffo/update-ko-0.17.1
Browse files Browse the repository at this point in the history
update to latest ko version
  • Loading branch information
k8s-ci-robot authored Dec 18, 2024
2 parents 24c0200 + 148da3d commit db9af86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ko.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defaultBaseImage: gcr.io/distroless/static-debian11:latest
defaultBaseImage: gcr.io/distroless/static-debian12:latest
builds:
- env:
- CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-ko.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ set -o pipefail

if ! command -v ko &> /dev/null; then
cd "$(dirname "${BASH_SOURCE[0]}")" || exit 1
go install github.com/google/ko@v0.14.1
go install github.com/google/ko@v0.17.1
fi

0 comments on commit db9af86

Please sign in to comment.