From 33cbe031ecebe1c9a392fdf75ac0db637cc668b3 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 28 Nov 2022 11:29:15 +0100 Subject: [PATCH] feat(pinafore): v2.4.0 --- pinafore/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinafore/Containerfile b/pinafore/Containerfile index 822f21c..12395ea 100644 --- a/pinafore/Containerfile +++ b/pinafore/Containerfile @@ -1,6 +1,6 @@ FROM reg.zknt.org/zknt/node:18 -ENV VERSION v2.3.2 +ENV VERSION v2.4.0 RUN set -xe;\ curl -LO https://github.com/nolanlawson/pinafore/archive/${VERSION}.tar.gz &&\