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 53aaa1d commit 37f87a9Copy full SHA for 37f87a9
2 files changed
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
> This file contains the changelog of the Skeleton itself. You should replace it with your own Changelog!
10
11
## [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
13
14
## [6.0.0-beta.6](https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.5...6.0.0-beta.6)
15
- Remove Limax from optimizeDeps
docker/app/Dockerfile
@@ -1,5 +1,5 @@
1
-# Use the official PHP 8.2 FPM image
2
-FROM php:8.2-fpm
+# Use the official PHP 8.4 FPM image
+FROM php:8.4-fpm
3
4
# Set environment variables for non-interactive installations
5
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments