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 f75e13d commit 67d0ce9Copy full SHA for 67d0ce9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
Changelog php-fpm version 7.x
2
3
+- v2.16
4
+
5
+ - Update newrelic php agent to 12.1.0.26 and apcu to 5.1.27
6
7
- v2.15
8
9
- Update newrelic php agent to 12.0.0.25 and apcu to 5.1.26
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.26
-ARG NEWRELIC=12.0.0.25
+ARG APCU=apcu-5.1.27
+ARG NEWRELIC=12.1.0.26
ARG PHP_SECURITY_CHECKER=2.1.3
COPY entrypoint.sh /entrypoint.sh
0 commit comments