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

kaniko: 1.23.0 -> 1.23.1
This commit is contained in:
Nick Cao 2024-06-08 09:42:45 -04:00 committed by GitHub
commit 8a82c74357
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kaniko";
version = "1.23.0";
version = "1.23.1";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-HHnPO2ItQKtodTxdZzxVU9GS45cd6fnlY8PLTTfqCVg=";
hash = "sha256-0FHhyUPZFddruZ3YV5SYB0b/bb0C+IVQpgIRaCoA1z8=";
};
vendorHash = null;