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 a21f889 commit c846503Copy full SHA for c846503
layers/elastic-apm/Dockerfile
@@ -5,7 +5,7 @@ FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
5
RUN \
6
LD_LIBRARY_PATH=/lib64:/lib yum install -y libcurl-devel openssl-devel \
7
&& mkdir /tmp/apm \
8
- && curl -L https://github.com/elastic/apm-agent-php/archive/refs/tags/v1.14.1.tar.gz | tar -C /tmp/apm -zx --strip-components=1 \
+ && 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 \
9
&& cd /tmp/apm/src/ext \
10
&& phpize \
11
&& CFLAGS="-std=gnu99" ./configure --enable-elastic_apm \
layers/elastic-apm/config.json
@@ -3,7 +3,6 @@
3
"80",
4
"81",
"82",
- "83",
- "84"
+ "83"
]
}
0 commit comments