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

kaniko: 1.19.2 -> 1.20.0
This commit is contained in:
maxine
2024-01-22 18:15:05 +01:00
committed by GitHub
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kaniko";
version = "1.19.2";
version = "1.20.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-YxOuZb1R9Orm3RTnZyzi54VzQbbmE+lO+4osvG97pwE=";
hash = "sha256-/JSrkxhW2w9K+MGp7+4xMGwWM8dpwRoUam02K+8NsCU=";
};
vendorHash = null;