Merge pull request #1471 from jonnybarnes/postres-16

Update Postgres in Laravel Sail to v16
This commit is contained in:
Jonny Barnes 2024-07-13 10:38:28 +01:00 committed by GitHub
commit 1475ecdde5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ services:
- pgsql - pgsql
- redis - redis
pgsql: pgsql:
image: 'postgres:14' image: 'postgres:16'
ports: ports:
- '${FORWARD_DB_PORT:-5432}:5432' - '${FORWARD_DB_PORT:-5432}:5432'
environment: environment: