We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 532243e + 8a7ad82 commit 313fe22Copy full SHA for 313fe22
Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:bookworm-slim as builder
2
ARG CABAL_VERSION=3.8.1.0
3
-ARG GHC_VERSION=8.10.7
+ARG GHC_VERSION=9.6.3
4
ARG LIBSODIUM_REF=dbb48cce
5
ARG SECP256K1_REF=ac83be33
6
ARG BLST_REF=v0.3.10
@@ -38,7 +38,7 @@ ENV GHC_VERSION=${GHC_VERSION}
38
RUN wget https://downloads.haskell.org/~ghc/${GHC_VERSION}/ghc-${GHC_VERSION}-$(uname -m)-deb10-linux.tar.xz \
39
&& tar -xf ghc-${GHC_VERSION}-$(uname -m)-deb10-linux.tar.xz \
40
&& rm ghc-${GHC_VERSION}-$(uname -m)-deb10-linux.tar.xz \
41
- && cd ghc-${GHC_VERSION} \
+ && cd ghc-${GHC_VERSION}-$(uname -m)-unknown-linux \
42
&& ./configure \
43
&& make install
44
0 commit comments