File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ RUN apt-get install -y libnuma-dev
33
33
RUN apt-get install -y libtool
34
34
RUN apt-get install -y autoconf
35
35
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
38
38
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
41
41
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
44
44
45
45
# Install Bitcoin secp256k1 dependency
46
46
RUN git clone https://github.com/bitcoin-core/secp256k1.git
@@ -80,4 +80,4 @@ RUN rm -rf libsodium
80
80
RUN cabal clean
81
81
RUN apt-get autoremove -y
82
82
RUN apt-get clean
83
- RUN apt-get autoclean
83
+ RUN apt-get autoclean
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ WORKDIR /root
9
9
# Download cardano-node repository
10
10
ARG RELEASE
11
11
ARG ARCHITECTURE
12
- ARG GHC_VERSION=ghc-8.10.4
12
+ ARG GHC_VERSION=ghc-8.10.7
13
13
RUN git clone https://github.com/input-output-hk/cardano-node
14
14
WORKDIR /root/cardano-node
15
15
RUN git checkout ${RELEASE}
You can’t perform that action at this time.
0 commit comments