Skip to content

Commit 313fe22

Browse files
authored
Merge pull request #21 from blinklabs-io/feat/upgrade-ghc-9.6.3
feat: upgrade GHC to 9.6.3
2 parents 532243e + 8a7ad82 commit 313fe22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm-slim as builder
22
ARG CABAL_VERSION=3.8.1.0
3-
ARG GHC_VERSION=8.10.7
3+
ARG GHC_VERSION=9.6.3
44
ARG LIBSODIUM_REF=dbb48cce
55
ARG SECP256K1_REF=ac83be33
66
ARG BLST_REF=v0.3.10
@@ -38,7 +38,7 @@ ENV GHC_VERSION=${GHC_VERSION}
3838
RUN wget https://downloads.haskell.org/~ghc/${GHC_VERSION}/ghc-${GHC_VERSION}-$(uname -m)-deb10-linux.tar.xz \
3939
&& tar -xf ghc-${GHC_VERSION}-$(uname -m)-deb10-linux.tar.xz \
4040
&& rm ghc-${GHC_VERSION}-$(uname -m)-deb10-linux.tar.xz \
41-
&& cd ghc-${GHC_VERSION} \
41+
&& cd ghc-${GHC_VERSION}-$(uname -m)-unknown-linux \
4242
&& ./configure \
4343
&& make install
4444

0 commit comments

Comments
 (0)