From b80f0665e2de8a84cd37dad0584be066ad3f61f1 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 9 Jan 2023 17:14:32 +0100 Subject: [PATCH] feat(pinafore): v2.6.0 --- pinafore/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinafore/Containerfile b/pinafore/Containerfile index c55b8ea..4a88095 100644 --- a/pinafore/Containerfile +++ b/pinafore/Containerfile @@ -1,6 +1,6 @@ FROM reg.zknt.org/zknt/node:18 -ENV VERSION v2.5.0 +ENV VERSION v2.6.0 RUN set -xe;\ curl -LO https://github.com/nolanlawson/pinafore/archive/${VERSION}.tar.gz &&\