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 3055aaa commit d2c1aa0Copy full SHA for d2c1aa0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
Changelog php-fpm version 8.x
2
3
+- v3.28
4
+
5
+ - Update newrelic php agent to 12.0.0.25, xdebug to 3.4.5 and apcu to 5.1.26
6
7
- v3.27
8
9
- Update newrelic php agent to 11.9.0.23 and xdebug to 3.4.3
Dockerfile
@@ -1,8 +1,8 @@
FROM php:8.3-fpm-bookworm
-ARG XDEBUG=xdebug-3.4.3
-ARG APCU=apcu-5.1.24
-ARG NEWRELIC=11.9.0.23
+ARG XDEBUG=xdebug-3.4.5
+ARG APCU=apcu-5.1.26
+ARG NEWRELIC=12.0.0.25
COPY entrypoint.sh /entrypoint.sh
COPY config/ /usr/local/etc/php/config/
0 commit comments