Skip to content

Commit dd01f51

Browse files
committed
Fix: Upgrade [email protected] in docker-compose files
1 parent c5d6b8a commit dd01f51

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.9"
22

33
services:
44
postgres:
5-
image: postgres:11.18-alpine
5+
image: postgres:14.10-alpine
66
environment:
77
- POSTGRES_LOGGING=true
88
- POSTGRES_DB_FILE=/run/secrets/postgres_db
@@ -32,7 +32,7 @@ services:
3232
max-file: "10"
3333

3434
cardano-node:
35-
image: inputoutput/cardano-node:8.0.0
35+
image: ghcr.io/intersectmbo/cardano-node:8.7.3
3636
environment:
3737
- NETWORK=${NETWORK:-mainnet}
3838
volumes:
@@ -53,7 +53,7 @@ services:
5353
max-file: "10"
5454

5555
cardano-db-sync:
56-
image: inputoutput/cardano-db-sync:13.2.0.0
56+
image: ghcr.io/intersectmbo/cardano-db-sync:13.2.0.0
5757
environment:
5858
- DISABLE_LEDGER=${DISABLE_LEDGER}
5959
- NETWORK=${NETWORK:-mainnet}

docker-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.5"
22

33
services:
44
postgres:
5-
image: postgres:11.5-alpine
5+
image: postgres:14.10-alpine
66
environment:
77
- POSTGRES_LOGGING=true
88
- POSTGRES_DB_FILE=/run/secrets/postgres_db
@@ -33,4 +33,3 @@ secrets:
3333

3434
volumes:
3535
postgres:
36-

0 commit comments

Comments
 (0)