Skip to content

Commit

Permalink
Merge pull request #106 from CardanoSolutions/chore/bump-cardano-node
Browse files Browse the repository at this point in the history
chore: bump cardano-node version
  • Loading branch information
rhyslbw authored Aug 25, 2021
2 parents ff537d9 + 9f30ab9 commit 7483fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# #

FROM haskell:8.10.4 as setup
ARG CARDANO_NODE_REV=1.29.0-rc2
ARG CARDANO_NODE_REV=1.29.0-rc3
ARG IOHK_LIBSODIUM_GIT_REV=66f017f16633f2060db25e17c170c2afa0f2a8a1
WORKDIR /build
RUN apt-get update && apt-get install --no-install-recommends -y \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
cardano-node:
image: inputoutput/cardano-node:1.29.0-rc2
image: inputoutput/cardano-node:1.29.0-rc3
command: [
"run",
"--config", "/config/config.json",
Expand Down

0 comments on commit 7483fda

Please sign in to comment.