Skip to content

Commit c595010

Browse files
committed
fix(sail): up sail php to 8.1
Seems that was forgotten when upgrading to PHP 8.1
1 parent cd55af7 commit c595010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ version: '3'
33
services:
44
laravel.test:
55
build:
6-
context: ./vendor/laravel/sail/runtimes/8.0
6+
context: ./vendor/laravel/sail/runtimes/8.1
77
dockerfile: Dockerfile
88
args:
99
WWWGROUP: '${WWWGROUP}'
10-
image: sail-8.0/app
10+
image: sail-8.1/app
1111
extra_hosts:
1212
- 'host.docker.internal:host-gateway'
1313
ports:

0 commit comments

Comments
 (0)