Skip to content

Commit 4d6fe89

Browse files
authored
Upgraded node to 8.9.4
1 parent dcdf6a1 commit 4d6fe89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN bash -c "ghcup install ghc ${GHC_VERSION}"
3030
RUN bash -c "ghcup set ghc ${GHC_VERSION}"
3131

3232
# Cardano node version
33-
ARG CARDANO_NODE_VERSION=8.9.2
33+
ARG CARDANO_NODE_VERSION=8.9.4
3434

3535
# Install sodium
3636
RUN export IOHKNIX_VERSION=$(curl https://raw.githubusercontent.com/IntersectMBO/cardano-node/${CARDANO_NODE_VERSION}/flake.lock | jq -r '.nodes.iohkNix.locked.rev') \

0 commit comments

Comments
 (0)