Skip to content

Commit c6aa33c

Browse files
authored
chore: bumped node and db-sync (#907)
1 parent 540b3aa commit c6aa33c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Check the [releases] for the latest version.
4040
``` console
4141
git clone \
4242
--single-branch \
43-
--branch 8.3.0 \
43+
--branch 8.3.2 \
4444
--recurse-submodules \
4545
https://github.com/cardano-foundation/cardano-graphql.git \
4646
&& cd cardano-graphql

docker-compose.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
max-file: "10"
2727

2828
cardano-node:
29-
image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-10.1.2}
29+
image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-10.1.3}
3030
environment:
3131
- NETWORK=${NETWORK:-mainnet}
3232
volumes:
@@ -55,7 +55,7 @@ services:
5555

5656
cardano-db-sync:
5757
platform: linux/x86_64
58-
image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.6.0.1}
58+
image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.6.0.4}
5959
command: [ "--config", "/config/cardano-db-sync/config.json", "--socket-path", "/node-ipc/node.socket" ]
6060
environment:
6161
- POSTGRES_HOST=postgres
@@ -87,7 +87,7 @@ services:
8787
hasura:
8888
build:
8989
context: ./packages/api-cardano-db-hasura/hasura
90-
image: cardanofoundation/cardano-graphql-hasura:${CARDANO_GRAPHQL_VERSION:-8.2.2}
90+
image: cardanofoundation/cardano-graphql-hasura:${CARDANO_GRAPHQL_VERSION:-8.3.2}
9191
ports:
9292
- ${HASURA_PORT:-8090}:8080
9393
depends_on:
@@ -111,7 +111,7 @@ services:
111111
build:
112112
context: .
113113
target: background
114-
image: cardanofoundation/cardano-graphql-background:${CARDANO_GRAPHQL_VERSION:-8.2.2}-${NETWORK:-mainnet}
114+
image: cardanofoundation/cardano-graphql-background:${CARDANO_GRAPHQL_VERSION:-8.3.2}-${NETWORK:-mainnet}
115115
depends_on:
116116
- "hasura"
117117
- "postgres"
@@ -139,7 +139,7 @@ services:
139139
- NETWORK=${NETWORK:-mainnet}
140140
context: .
141141
target: server
142-
image: cardanofoundation/cardano-graphql-server:${CARDANO_GRAPHQL_VERSION:-8.2.2}-${NETWORK:-mainnet}
142+
image: cardanofoundation/cardano-graphql-server:${CARDANO_GRAPHQL_VERSION:-8.3.2}-${NETWORK:-mainnet}
143143
environment:
144144
- ALLOW_INTROSPECTION=true
145145
- CACHE_ENABLED=true

0 commit comments

Comments
 (0)