We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7f251 commit 50961a6Copy full SHA for 50961a6
ChangeLog.md
@@ -3,6 +3,9 @@ Dialog change log
3
4
## ?.?.? / ????-??-??
5
6
+* Upgraded Docker image to PHP 8.4 following its release on 2024-11-21
7
+ https://www.php.net/releases/8.4/en.php
8
+
9
## 2.6.0 / 2024-12-07
10
11
* Assigned a high *fetchpriority* to the cover image to further improve
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.3-cli-alpine
+FROM php:8.4-cli-alpine
2
RUN docker-php-ext-install -j$(nproc) bcmath
0 commit comments