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

kaniko: 1.9.2 -> 1.10.0
This commit is contained in:
Weijia Wang 2023-05-27 16:53:11 +03:00 committed by GitHub
commit 6fed63ecea
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.9.2";
version = "1.10.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-dXQ0/o1qISv+sjNVIpfF85bkbM9sGOGwqVbWZpMWfMY=";
hash = "sha256-SPHayFfYFpg1AOoe003xh7NGQLpvhd1C2k4IilgMqSw=";
};
vendorHash = null;