Skip to content

Commit

Permalink
chore: Update base postgres to version 15 (#17159)
Browse files Browse the repository at this point in the history
* Update base postgres to version 15

* Pin pg12 for hobby installations

* Update docker-compose.hobby.yml

Co-authored-by: Xavier Vello <[email protected]>

---------

Co-authored-by: Xavier Vello <[email protected]>
  • Loading branch information
danielxnj and xvello authored Sep 13, 2023
1 parent a75f09d commit 2e1a48b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.hobby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ services:
extends:
file: docker-compose.base.yml
service: db
# Pin to postgres 12 until we have a process for pg_upgrade to postgres 15 for exsisting installations
image: ${DOCKER_REGISTRY_PREFIX:-}postgres:12-alpine
volumes:
- postgres-data:/var/lib/postgresql/data

redis:
extends:
file: docker-compose.base.yml
Expand Down

0 comments on commit 2e1a48b

Please sign in to comment.