Merge pull request #248298 from QJoly/kaniko

kaniko: 1.12.1 -> 1.13.0
This commit is contained in:
Jörg Thalheim 2023-08-10 08:15:05 +01:00 committed by GitHub
commit 61fd41f5a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kaniko";
version = "1.12.1";
version = "1.13.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-RMkIqz0k/5XWa/QjmjBCst4od4mzR9KTCLZrI/HYtMk=";
hash = "sha256-bzMhK60BwJ7A1sGV0rutLOfgvbH/deDQNFZ8BB1hREc=";
};
vendorHash = null;