Update Postgres in Laravel Sail to v16

This commit is contained in:
Jonny Barnes 2024-07-12 15:15:08 +01:00
parent 7b93692ba5
commit a2c0fb2298
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

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: