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.
1 parent dcdf6a1 commit 4d6fe89Copy full SHA for 4d6fe89
docker/Dockerfile
@@ -30,7 +30,7 @@ RUN bash -c "ghcup install ghc ${GHC_VERSION}"
30
RUN bash -c "ghcup set ghc ${GHC_VERSION}"
31
32
# Cardano node version
33
-ARG CARDANO_NODE_VERSION=8.9.2
+ARG CARDANO_NODE_VERSION=8.9.4
34
35
# Install sodium
36
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