Skip to content

Commit c96044e

Browse files
authored
Merge pull request #644 from shadowhand/patch-2
Update DataDog extension to v1.16.0
2 parents 5180061 + 78ab11b commit c96044e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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/1.10.0/datadog-setup.php
10+
https://github.com/DataDog/dd-trace-php/releases/download/1.16.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
"82",
44
"83",
5-
"84"
5+
"84",
6+
"85"
67
]
78
}

0 commit comments

Comments
 (0)