Laravel Sail dependency updates
Update PHP to v8.4 Update PostgreSQL to v17
This commit is contained in:
parent
83d10e1a70
commit
fe48864f39
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
services:
|
services:
|
||||||
laravel.test:
|
laravel.test:
|
||||||
build:
|
build:
|
||||||
context: ./vendor/laravel/sail/runtimes/8.3
|
context: ./vendor/laravel/sail/runtimes/8.4
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
WWWGROUP: '${WWWGROUP}'
|
WWWGROUP: '${WWWGROUP}'
|
||||||
|
@ -26,7 +26,7 @@ services:
|
||||||
- pgsql
|
- pgsql
|
||||||
- redis
|
- redis
|
||||||
pgsql:
|
pgsql:
|
||||||
image: 'postgres:16'
|
image: 'postgres:17'
|
||||||
ports:
|
ports:
|
||||||
- '${FORWARD_DB_PORT:-5432}:5432'
|
- '${FORWARD_DB_PORT:-5432}:5432'
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue