From d14af324369c55745ac5bde1a6b5269beeba197a Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 23 Jul 2024 18:25:40 -0500 Subject: [PATCH] Minimize differences --- .../data/container-build/cerc-nextjs-base/scripts/build-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/data/container-build/cerc-nextjs-base/scripts/build-app.sh b/stack_orchestrator/data/container-build/cerc-nextjs-base/scripts/build-app.sh index a11828a4..9842aa0a 100755 --- a/stack_orchestrator/data/container-build/cerc-nextjs-base/scripts/build-app.sh +++ b/stack_orchestrator/data/container-build/cerc-nextjs-base/scripts/build-app.sh @@ -117,7 +117,7 @@ fi time $CERC_BUILD_TOOL install || exit 1 -CUR_NEXT_VERSION="$(jq -r '.version' node_modules/next/package.json)" +CUR_NEXT_VERSION=`jq -r '.version' node_modules/next/package.json` # See https://github.com/vercel/next.js/discussions/46544 semver -p -r ">=14.2.0" "$CUR_NEXT_VERSION"