Skip to content

Commit 8a74445

Browse files
authored
deps: build Datadog for PHP 8.3 (#517)
* deps: update bref-extra-datadog to PHP 8.3 * update dd-trace-php to v0.96.0
1 parent 18262f5 commit 8a74445

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

layers/datadog/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV DDTRACE_BUILD_DIR=${BUILD_DIR}/ddtrace
77
RUN set -xe; \
88
mkdir -p ${DDTRACE_BUILD_DIR}; \
99
curl -Ls -o ${DDTRACE_BUILD_DIR}/datadog-setup.php \
10-
https://github.com/DataDog/dd-trace-php/releases/download/0.87.2/datadog-setup.php
10+
https://github.com/DataDog/dd-trace-php/releases/download/0.96.0/datadog-setup.php
1111

1212
WORKDIR ${DDTRACE_BUILD_DIR}
1313

layers/datadog/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"php": [
33
"80",
44
"81",
5-
"82"
5+
"82",
6+
"83"
67
]
78
}

0 commit comments

Comments
 (0)