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 3a78f1a commit e2c892cCopy full SHA for e2c892c
CHANGELOG.md
@@ -1,6 +1,9 @@
1
2
Changelog php-fpm version 7.x
3
4
+* v2.12
5
+ * Update newrelic php agent to 11.8.0.22
6
+
7
* v2.11
8
* Add supervisor
9
Dockerfile
@@ -3,7 +3,7 @@ FROM php:7.4-fpm-buster
# 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.5.0.18
+ARG NEWRELIC=11.8.0.22
ARG PHP_SECURITY_CHECKER=2.1.3
COPY entrypoint.sh /entrypoint.sh
0 commit comments