Skip to content

Commit a11b3a1

Browse files
fix(deps): update php docker tag
1 parent ef19c3d commit a11b3a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stage 1: Base with PHP, Composer, and common extensions
22
# We'll use an official PHP image as a base for PHP-FPM
3-
FROM php:8.2-fpm-alpine AS php_base
3+
FROM php:8.4-fpm-alpine AS php_base
44

55
# Install system dependencies for PHP extensions and other tools
66
RUN apk add --no-cache \

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "8.2.10",
11+
"php": "8.4.7",
1212
"guzzlehttp/guzzle": "7.8.1",
1313
"laravel/cashier": "^15.0",
1414
"laravel/framework": "10.41.0",

0 commit comments

Comments
 (0)