Skip to content

Commit 37f87a9

Browse files
committed
[Docker] Update tp PHP 8.4
1 parent 53aaa1d commit 37f87a9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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

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)