Skip to content

Commit fdaa9c1

Browse files
committed
Download latest elastic agent
1 parent f024b14 commit fdaa9c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.8.0
44

55
- Upgrade Imagick to version 7.1.1-38 and build with support for AVIF format (aom encoder).
6+
- Add support for PHP 8.4 for elastic-apm
67

78
## 1.7.2
89

layers/elastic-apm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
55
RUN \
66
LD_LIBRARY_PATH=/lib64:/lib yum install -y libcurl-devel openssl-devel \
77
&& mkdir /tmp/apm \
8-
&& curl -L https://github.com/elastic/apm-agent-php/archive/refs/tags/v1.8.4.tar.gz | tar -C /tmp/apm -zx --strip-components=1 \
8+
&& curl -L https://github.com/elastic/apm-agent-php/archive/refs/tags/v1.15.0.tar.gz | tar -C /tmp/apm -zx --strip-components=1 \
99
&& cd /tmp/apm/src/ext \
1010
&& phpize \
1111
&& CFLAGS="-std=gnu99" ./configure --enable-elastic_apm \

0 commit comments

Comments
 (0)