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:
|
||||
laravel.test:
|
||||
build:
|
||||
context: ./vendor/laravel/sail/runtimes/8.3
|
||||
context: ./vendor/laravel/sail/runtimes/8.4
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
WWWGROUP: '${WWWGROUP}'
|
||||
|
@ -26,7 +26,7 @@ services:
|
|||
- pgsql
|
||||
- redis
|
||||
pgsql:
|
||||
image: 'postgres:16'
|
||||
image: 'postgres:17'
|
||||
ports:
|
||||
- '${FORWARD_DB_PORT:-5432}:5432'
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue