Merge pull request #258923 from r-ryantm/auto-update/kaniko

kaniko: 1.15.0 -> 1.16.0
This commit is contained in:
Weijia Wang 2023-10-04 09:29:08 +02:00 committed by GitHub
commit a000b56c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kaniko";
version = "1.15.0";
version = "1.16.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-PNAqdeB/ya3i1hRbagpfmpwS0tNRZbWBm9YIXME1HMc=";
hash = "sha256-PTcPlYJ0IHWNQKBJcMiotGp6GPH3qY3f6sJKgUVSTZU=";
};
vendorHash = null;