Skip to content

Commit

Permalink
upgrade postgres to v14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
shayanaijaz committed Nov 7, 2023
1 parent 65f28e4 commit 5c72528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/conf/docker/docker-compose-dev.all.debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- 127.0.0.1:9200:9200

postgres:
image: postgres:12.0
image: postgres:14.9
volumes:
- core_portal_postgres_data:/var/lib/postgresql/data/portal
container_name: core_portal_postgres
Expand All @@ -61,7 +61,7 @@ services:
- PGDATA=/var/lib/postgresql/data/portal

postgrescms:
image: postgres:12.0
image: postgres:14.9
volumes:
- core_cms_postgres_data:/var/lib/postgresql/data/portal
container_name: core_cms_postgres
Expand Down

0 comments on commit 5c72528

Please sign in to comment.