kaniko: 1.20.1 -> 1.21.0

Diff: https://github.com/GoogleContainerTools/kaniko/compare/v1.20.1...v1.21.0
This commit is contained in:
Mario Rodas 2024-03-01 04:20:00 +00:00
parent 7d8674cfcd
commit 5d25a6a2d5

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kaniko";
version = "1.20.1";
version = "1.21.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-bbQyDNbcxOa1HhJ/oYuhhCa2JszMJZ/2QGEUB6kB1e8=";
hash = "sha256-OxsRyewBiZHrZtPyhuR7MQGVqtSpoW+qZRmZQDGPWck=";
};
vendorHash = null;