Skip to content

Commit

Permalink
tools/docker: bump postgres to v14 (#13156)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed May 9, 2024
1 parent 6a342ae commit 6c0d6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/docker-compose.postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:

node-db:
container_name: chainlink-db
image: postgres:11.6
image: postgres:14
volumes:
- node-db-data:/var/lib/postgresql/data
environment:
Expand All @@ -24,7 +24,7 @@ services:

node-db-2:
container_name: chainlink-db-2
image: postgres:11.6
image: postgres:14
volumes:
- node-db-2-data:/var/lib/postgresql/data
environment:
Expand Down

0 comments on commit 6c0d6b8

Please sign in to comment.