We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98aa307 commit 850a545Copy full SHA for 850a545
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.2-fpm
+FROM php:8.4-fpm
2
LABEL org.opencontainers.image.authors="stephen@stephenneal.net"
3
4
# Update OS && install utilities
composer.json
@@ -8,7 +8,7 @@
8
],
9
"license": "MIT",
10
"require": {
11
- "php": "8.2.10",
+ "php": "8.4.7",
12
"guzzlehttp/guzzle": "7.8.1",
13
"laravel/cashier": "^15.0",
14
"laravel/framework": "10.41.0",
0 commit comments