From 71d7ec6ee53ca54ade482da3994082ff874e759a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 7 Oct 2021 00:35:48 +0800 Subject: [PATCH] build.sh: use stack-2.7.3 but then do we need stack already in the build image? --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 7f2a15b4..60cb5048 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -69,7 +69,7 @@ chmod +x curator echo -n "curator version: " docker run --rm -v $(pwd)/curator:/exe $IMAGE /exe --version -curl -L https://github.com/commercialhaskell/stack/releases/download/v2.7.1/stack-2.7.1-linux-x86_64-bin > stack +curl -L https://github.com/commercialhaskell/stack/releases/download/v2.7.3/stack-2.7.3-linux-x86_64-bin > stack chmod +x stack echo -n "stack version: " docker run --rm -v $(pwd)/stack:/exe $IMAGE /exe --version