kaniko: 1.21.0 -> 1.21.1

This commit is contained in:
R. Ryantm 2024-03-07 04:42:44 +00:00
parent f32e786e98
commit 204942201d

View file

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