Updated libraries, docker engine version, docker distro version

This commit is contained in:
2023-12-23 23:49:11 +11:00
parent 3c790f51c7
commit 1908413bd2
8 changed files with 326 additions and 276 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ const route = async (req, res) => {
hooks = JSON.parse(process.env.HOOK_POST_VALIDATION_ARRAY);
if (!Array.isArray(hooks)) {
throw 'isArray() check failed';
throw 'post validation hook isArray() check failed';
}
//authenticate the hooks