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 ef19c3d commit a11b3a1Copy full SHA for a11b3a1
Dockerfile
@@ -1,6 +1,6 @@
1
# Stage 1: Base with PHP, Composer, and common extensions
2
# We'll use an official PHP image as a base for PHP-FPM
3
-FROM php:8.2-fpm-alpine AS php_base
+FROM php:8.4-fpm-alpine AS php_base
4
5
# Install system dependencies for PHP extensions and other tools
6
RUN apk add --no-cache \
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