Skip to content

Commit

Permalink
chore: bump cardano-node version
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Aug 25, 2021
1 parent ff537d9 commit 9f30ab9
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 9f30ab9

Please sign in to comment.