File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM debian:bookworm-slim
22
3- ARG NGINX_VERSION="1.28.1 "
3+ ARG NGINX_VERSION="1.29.5 "
44ENV NGINX_VERSION=${NGINX_VERSION}
55
66RUN groupadd --system --gid 101 nginx \
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ elif [ "$TARGET" = "cpp_httpd" ]; then
309309elif [ " $TARGET " = " cpp_nginx" ]; then
310310 assert_version_is_dev
311311 ARCH=$( arch | sed -e s/x86_64/amd64/ -e s/aarch64/arm64/)
312- get_circleci_artifact gh/DataDog/nginx-datadog build-and-test " build 1.28.1 on ${ARCH} WAF ON" ' ngx_http_datadog_module\\.so.*'
312+ get_circleci_artifact gh/DataDog/nginx-datadog build-and-test " build 1.29.5 on ${ARCH} WAF ON" ' ngx_http_datadog_module\\.so.*'
313313
314314elif [ " $TARGET " = " agent" ]; then
315315 assert_version_is_dev
You can’t perform that action at this time.
0 commit comments