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

kaniko: 1.22.0 -> 1.23.0
This commit is contained in:
Matthias Beyer
2024-05-14 19:14:44 +02:00
committed by GitHub
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kaniko";
version = "1.22.0";
version = "1.23.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-EL54lr5i6F4F9sdjQJZ3X+mmj4tWXVX2db8CkRe8WzI=";
hash = "sha256-HHnPO2ItQKtodTxdZzxVU9GS45cd6fnlY8PLTTfqCVg=";
};
vendorHash = null;