Skip to content

Commit

Permalink
Merge pull request #6 from oortalabelgrup/upgrade-php82
Browse files Browse the repository at this point in the history
Upgrade to php 8.2
  • Loading branch information
Jeroen-G authored Jan 9, 2023
2 parents 825dd78 + 57f81b9 commit f71a010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: '3'
services:
laravel.test:
build:
context: ./vendor/laravel/sail/runtimes/8.1
context: ./vendor/laravel/sail/runtimes/8.2
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
image: sail-8.1/app
image: sail-8.2/app
ports:
- 9000:80
environment:
Expand Down

0 comments on commit f71a010

Please sign in to comment.