Skip to content

Commit e2c892c

Browse files
committed
Update newrelic php agent to 11.8.0.22
1 parent 3a78f1a commit e2c892c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
Changelog php-fpm version 7.x
33

4+
* v2.12
5+
* Update newrelic php agent to 11.8.0.22
6+
47
* v2.11
58
* Add supervisor
69

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM php:7.4-fpm-buster
33
# XDEBUG 3.1.6 latest version with support php 7.4
44
ARG XDEBUG=xdebug-3.1.6
55
ARG APCU=apcu-5.1.24
6-
ARG NEWRELIC=11.5.0.18
6+
ARG NEWRELIC=11.8.0.22
77
ARG PHP_SECURITY_CHECKER=2.1.3
88

99
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)