Skip to content

Commit dc9153b

Browse files
committed
[Docker] Update tp PHP 8.4
1 parent bf53f80 commit dc9153b

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
- [Pink-Cupcake] Minor UI tweaks to sidebar components
1212
- [Pink-Cupcake] CSS: Add webkit-font-smoothing
1313
- [Core] MarkdownService now uses configuration from the config service to customize markdown parser behavior. New `markdown` config section added with `html_input`, `allow_unsafe_links`, and `max_nesting_level` options.
14+
- [Skeleton + Monorepo][Docker] Update tp PHP 8.4
1415

1516
## 6.0.0-beta.6 - 2025-11-23
1617
- Update Docker Readme

docker/app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use the official PHP 8.2 FPM image
2-
FROM php:8.2-fpm
1+
# Use the official PHP 8.4 FPM image
2+
FROM php:8.4-fpm
33

44
# Set environment variables for non-interactive installations
55
ENV DEBIAN_FRONTEND=noninteractive

packages/skeleton/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
> This file contains the changelog of the Skeleton itself. You should replace it with your own Changelog!
1010
1111
## [6.0.0-beta.7](https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.6...6.0.0-beta.7)
12+
- [Docker] Update tp PHP 8.4
1213

1314
## [6.0.0-beta.6](https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.5...6.0.0-beta.6)
1415
- Remove Limax from optimizeDeps

packages/skeleton/docker/app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use the official PHP 8.2 FPM image
2-
FROM php:8.2-fpm
1+
# Use the official PHP 8.4 FPM image
2+
FROM php:8.4-fpm
33

44
# Set environment variables for non-interactive installations
55
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)