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 fe4840f commit 4f2fc28Copy full SHA for 4f2fc28
CHANGELOG.md
@@ -1,5 +1,9 @@
1
Changelog php-fpm version 7.x
2
3
+- v2.14
4
+
5
+ - Update newrelic php agent to 12.0.0.25 and apcu to 5.1.26
6
7
- v2.13
8
9
- Update newrelic php agent to 11.9.0.23
Dockerfile
@@ -2,8 +2,8 @@ FROM php:7.4-fpm-bullseye
# XDEBUG 3.1.6 latest version with support php 7.4
ARG XDEBUG=xdebug-3.1.6
-ARG APCU=apcu-5.1.24
-ARG NEWRELIC=11.9.0.23
+ARG APCU=apcu-5.1.26
+ARG NEWRELIC=12.0.0.25
ARG PHP_SECURITY_CHECKER=2.1.3
COPY entrypoint.sh /entrypoint.sh
0 commit comments