From 182f24bb4c660e362d5738e8303e756ca45e3156 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 26 Jun 2023 17:09:41 +0200 Subject: [PATCH] allow hyphens Signed-off-by: Simon L --- php/containers-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/containers-schema.json b/php/containers-schema.json index 84343317..df828f5e 100644 --- a/php/containers-schema.json +++ b/php/containers-schema.json @@ -141,7 +141,7 @@ "type": "array", "items": { "type": "string", - "pattern": "^/[a-z/_]+$" + "pattern": "^/[a-z/_-]+$" } }, "volumes": {