Skip to content

Commit 1cbb78c

Browse files
Update Nginx version to latest, 1.29.5 (#6249)
1 parent 9b239b9 commit 1cbb78c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/build/docker/cpp_nginx/nginx.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm-slim
22

3-
ARG NGINX_VERSION="1.28.1"
3+
ARG NGINX_VERSION="1.29.5"
44
ENV NGINX_VERSION=${NGINX_VERSION}
55

66
RUN groupadd --system --gid 101 nginx \

utils/scripts/load-binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ elif [ "$TARGET" = "cpp_httpd" ]; then
309309
elif [ "$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

314314
elif [ "$TARGET" = "agent" ]; then
315315
assert_version_is_dev

0 commit comments

Comments
 (0)