Skip to content

Commit 850a545

Browse files
fix(deps): update php docker tag
1 parent 98aa307 commit 850a545

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,4 +1,4 @@
1-
FROM php:8.2-fpm
1+
FROM php:8.4-fpm
22
LABEL org.opencontainers.image.authors="stephen@stephenneal.net"
33

44
# Update OS && install utilities

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)