Skip to content

Commit

Permalink
Merge pull request #2195 from IntersectMBO/node-10.1.0-pre
Browse files Browse the repository at this point in the history
chore: bump node version to 10.1.0-pre
  • Loading branch information
MSzalowski authored Nov 8, 2024
2 parents 6067a11 + a47322c commit aa8d6a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ changes.

### Changed

-
- Bumped Cardano node version to `10.1.0-pre`.
- Bumped Cardano DB Sync version to `13.6.0.0-pre`.

### Removed

Expand Down
4 changes: 2 additions & 2 deletions scripts/govtool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ include config.mk
.DEFAULT_GOAL := info

# image tags
cardano_node_image_tag := 10.0.0-pre
cardano_db_sync_image_tag := 13.5.0.2
cardano_node_image_tag := 10.1.0-pre
cardano_db_sync_image_tag := 13.6.0.0-pre

.PHONY: all
all: deploy-stack notify
Expand Down
4 changes: 2 additions & 2 deletions scripts/govtool/docker-compose.node+dbsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
retries: 5

cardano-node:
image: ghcr.io/intersectmbo/cardano-node:10.0.0-pre
image: ghcr.io/intersectmbo/cardano-node:10.1.0-pre
environment:
- NETWORK=sanchonet
volumes:
Expand All @@ -65,7 +65,7 @@ services:
retries: 10

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:13.5.0.2
image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0-pre
environment:
- NETWORK=sanchonet
- POSTGRES_HOST=postgres
Expand Down

0 comments on commit aa8d6a6

Please sign in to comment.