Skip to content

Commit 54a0ec6

Browse files
Merge pull request #26 from PaskLab/development
GHC updated to latest requirement.
2 parents f956e84 + cb000ea commit 54a0ec6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Dockerfiles/build_env/aarch64/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ RUN apt-get install -y libnuma-dev
3333
RUN apt-get install -y libtool
3434
RUN apt-get install -y autoconf
3535

36-
# Install aarch64 ghcup-0.1.13
37-
RUN wget -O ghcup https://downloads.haskell.org/~ghcup/0.1.14/aarch64-linux-ghcup-0.1.14
36+
# Install aarch64 ghcup-0.1.18.0
37+
RUN wget -O ghcup https://downloads.haskell.org/~ghcup/0.1.18.0/aarch64-linux-ghcup-0.1.18.0
3838
RUN chmod 500 ghcup
39-
RUN ./ghcup -v --downloader wget install ghc 8.10.4
40-
RUN ./ghcup set ghc 8.10.4
39+
RUN ./ghcup -v --downloader wget install ghc 8.10.7
40+
RUN ./ghcup set ghc 8.10.7
4141

42-
# Install aarch64 cabal 3.4
43-
RUN ./ghcup -v --downloader wget install cabal
42+
# Install aarch64 cabal 3.6.2.0
43+
RUN ./ghcup -v --downloader wget install cabal 3.6.2.0
4444

4545
# Install Bitcoin secp256k1 dependency
4646
RUN git clone https://github.com/bitcoin-core/secp256k1.git
@@ -80,4 +80,4 @@ RUN rm -rf libsodium
8080
RUN cabal clean
8181
RUN apt-get autoremove -y
8282
RUN apt-get clean
83-
RUN apt-get autoclean
83+
RUN apt-get autoclean

Dockerfiles/node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /root
99
# Download cardano-node repository
1010
ARG RELEASE
1111
ARG ARCHITECTURE
12-
ARG GHC_VERSION=ghc-8.10.4
12+
ARG GHC_VERSION=ghc-8.10.7
1313
RUN git clone https://github.com/input-output-hk/cardano-node
1414
WORKDIR /root/cardano-node
1515
RUN git checkout ${RELEASE}

0 commit comments

Comments
 (0)