File tree Expand file tree Collapse file tree 8 files changed +17
-10
lines changed
Expand file tree Collapse file tree 8 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Time to move on to the next stage!
2727
2828Note: This section is for stages 2 and beyond.
2929
30- 1 . Ensure you have ` php (8.4 ) ` installed locally
30+ 1 . Ensure you have ` php (8.5 ) ` installed locally
31311 . Run ` ./your_program.sh ` to run your program, which is implemented in
3232 ` app/main.php ` .
33331 . Commit your changes and run ` git push origin master ` to submit your solution
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ debug: false
77# Use this to change the PHP version used to run your code
88# on Codecrafters.
99#
10- # Available versions: php-8.4
11- buildpack : php-8.4
10+ # Available versions: php-8.5
11+ buildpack : php-8.5
Original file line number Diff line number Diff line change 1+ # syntax=docker/dockerfile:1.7-labs
2+ FROM php:8.5-cli-alpine3.22
3+
4+ # For ext-sockets installation
5+ RUN apk add linux-headers=~6.14.2-r0 --no-cache
6+
7+ RUN docker-php-ext-install pcntl sockets
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Time to move on to the next stage!
2727
2828Note: This section is for stages 2 and beyond.
2929
30- 1 . Ensure you have ` php (8.4 ) ` installed locally
30+ 1 . Ensure you have ` php (8.5 ) ` installed locally
31311 . Run ` ./your_program.sh ` to run your program, which is implemented in
3232 ` app/main.php ` .
33331 . Commit your changes and run ` git push origin master ` to submit your solution
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ debug: false
77# Use this to change the PHP version used to run your code
88# on Codecrafters.
99#
10- # Available versions: php-8.4
11- buildpack : php-8.4
10+ # Available versions: php-8.5
11+ buildpack : php-8.5
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Time to move on to the next stage!
2727
2828Note: This section is for stages 2 and beyond.
2929
30- 1 . Ensure you have ` php (8.4 ) ` installed locally
30+ 1 . Ensure you have ` php (8.5 ) ` installed locally
31311 . Run ` ./your_program.sh ` to run your program, which is implemented in
3232 ` app/main.php ` .
33331 . Commit your changes and run ` git push origin master ` to submit your solution
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ debug: false
77# Use this to change the PHP version used to run your code
88# on Codecrafters.
99#
10- # Available versions: php-8.4
11- buildpack : php-8.4
10+ # Available versions: php-8.5
11+ buildpack : php-8.5
Original file line number Diff line number Diff line change 11attributes :
2- required_executable : " php (8.4 )"
2+ required_executable : " php (8.5 )"
33 user_editable_file : " app/main.php"
You can’t perform that action at this time.
0 commit comments