File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ rm -f curator stack -- *.bz2
8383curl -L " https://github.com/commercialhaskell/curator/releases/download/commit-28f0bf6b153b7b4317a5613e1067a2e7f42b5f5a/curator.bz2" | bunzip2 > curator
8484chmod +x curator
8585
86- STACK_VERSION=3.7 .1
86+ STACK_VERSION=3.9 .1
8787# rc url
8888# curl -L https://github.com/commercialhaskell/stack/releases/download/rc%2Fv${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack
8989curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION} /stack-${STACK_VERSION} -linux-x86_64-bin > stack
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ ARG GHC_VERSION=9.10.3
66ARG LTS_SLUG=lts-24.12
77# update to 0.1.3.1 for lts-25
88ARG PID1_VERSION=0.1.2.0
9+ # update to 3.9.1 for lts-25
910ARG STACK_VERSION=3.7.1
1011ARG CUDA_VERSION=10.0
1112ARG JVM_PATH=/usr/lib/jvm/java-8-openjdk-amd64
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ unzip -q awscliv2.zip
2424)
2525rm -rf /tmp/awscli
2626
27- STACK_VERSION=3.7 .1
27+ STACK_VERSION=3.9 .1
2828curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION} /stack-${STACK_VERSION} -linux-x86_64-bin > /usr/bin/stack
2929chmod +x /usr/bin/stack
You can’t perform that action at this time.
0 commit comments