Skip to content

Commit ce28441

Browse files
committed
Upgrade PHP-FPM to v3.1.6
This bumps PHP up to v8.2.7
1 parent 3e3a2a7 commit ce28441

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM richarvey/nginx-php-fpm:1.9.1
1+
FROM richarvey/nginx-php-fpm:3.1.6
22

33
COPY . .
44

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Laravel 5.8 with a Docker PHP Image
1+
# Laravel 11 with a Docker PHP Image
22

33
A demo repo for deploying a Laravel PHP application on [Render](https://render.com) using Docker. You can follow the getting started tutorial [here](https://render.com/docs/deploy-php-laravel-docker).
44

@@ -19,4 +19,4 @@ A demo repo for deploying a Laravel PHP application on [Render](https://render.c
1919
| `DB_CONNECTION` | `pgsql` |
2020
| `APP_KEY` | Copy the output of `php artisan key:generate --show` |
2121

22-
That's it! Your Laravel 5.8 app will be live on your Render URL as soon as the build finishes. You can test it out by registering and logging in.
22+
That's it! Your Laravel 11 app will be live on your Render URL as soon as the build finishes. You can test it out by registering and logging in.

0 commit comments

Comments
 (0)