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

kaniko: 1.21.1 -> 1.22.0
This commit is contained in:
Weijia Wang 2024-03-27 16:00:52 +01:00 committed by GitHub
commit fbfb5f91ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kaniko";
version = "1.21.1";
version = "1.22.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-mVoXJPNkG0VPTaZ1pg6oB5qa/bYQa9Gn82CoGRsVwWg=";
hash = "sha256-EL54lr5i6F4F9sdjQJZ3X+mmj4tWXVX2db8CkRe8WzI=";
};
vendorHash = null;