Skip to content

Commit

Permalink
Merge pull request #2048 from IntersectMBO/chore/1945-bump-dbsync-ver…
Browse files Browse the repository at this point in the history
…sions-to-13502

[#1945] 💡 Bump DBSync versions to 13.5.0.2
  • Loading branch information
placek authored Sep 16, 2024
2 parents 6bf3390 + d0b2bd1 commit 3bbe1ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ changes.

### Changed

- Bump cardano-db-sync 13.5.0.2 [Issue 1945](https://github.com/IntersectMBO/govtool/issues/1945)
-

### Removed
Expand Down
2 changes: 1 addition & 1 deletion scripts/govtool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include config.mk

# image tags
cardano_node_image_tag := 9.1.1
cardano_db_sync_image_tag := 13.5.0.1
cardano_db_sync_image_tag := 13.5.0.2

.PHONY: all
all: deploy-stack notify
Expand Down
2 changes: 1 addition & 1 deletion scripts/govtool/custom-cardano-db-sync.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/intersectmbo/cardano-db-sync:13.5.0.1
FROM ghcr.io/intersectmbo/cardano-db-sync:13.5.0.2

COPY custom-cardano-db-sync.entrypoint.sh /usr/local/bin/custom-cardano-db-sync.entrypoint.sh
RUN chmod +x /usr/local/bin/custom-cardano-db-sync.entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/govtool/docker-compose.node+dbsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
retries: 10

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

0 comments on commit 3bbe1ef

Please sign in to comment.