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