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 f024b14 commit fdaa9c1Copy full SHA for fdaa9c1
2 files changed
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## 1.8.0
4
5
- 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
7
8
## 1.7.2
9
layers/elastic-apm/Dockerfile
@@ -5,7 +5,7 @@ FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
RUN \
LD_LIBRARY_PATH=/lib64:/lib yum install -y libcurl-devel openssl-devel \
&& mkdir /tmp/apm \
- && 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 \
+ && 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 \
&& cd /tmp/apm/src/ext \
10
&& phpize \
11
&& CFLAGS="-std=gnu99" ./configure --enable-elastic_apm \
0 commit comments