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