From 5fd35e2c774e4a522072582cfe6bb39d83117214 Mon Sep 17 00:00:00 2001 From: André Oliveira Date: Wed, 1 Jun 2022 00:28:23 +0100 Subject: Fix pnpm version on entrypoint.sh --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/entrypoint.sh') diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index a5b69ac..7b66a32 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -17,7 +17,7 @@ Brought to you by ferdium.org EOL # Update recipes from official git repository -npm i -gf pnpm@7.0.1 +npm i -gf pnpm@7.1.2 if [ ! -d "/app/recipes/.git" ]; # When we mount an existing volume (ferdium-recipes-vol:/app/recipes) if this is only /app/recipes it is always true then -- cgit v1.2.3-54-g00ecf