kaniko: 1.15.0 -> 1.16.0

This commit is contained in:
R. Ryantm
2023-10-04 04:19:03 +00:00
parent c96a78b5a3
commit ebd7cfec37
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kaniko";
version = "1.15.0";
version = "1.16.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-PNAqdeB/ya3i1hRbagpfmpwS0tNRZbWBm9YIXME1HMc=";
hash = "sha256-PTcPlYJ0IHWNQKBJcMiotGp6GPH3qY3f6sJKgUVSTZU=";
};
vendorHash = null;