kaniko: 1.21.1 -> 1.22.0

This commit is contained in:
R. Ryantm 2024-03-26 12:55:19 +00:00
parent f7a8b88715
commit 4573612654
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;