File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# SPDX-License-Identifier: LGPL-2.1-or-later
5
5
6
- ARG NGINX_VERSION=1.27.5
6
+ ARG NGINX_VERSION=1.29.1
7
7
8
8
FROM node:22.18.0-bookworm-slim AS builder
9
9
ARG CACHE_BUST
@@ -74,8 +74,8 @@ RUN apt-get update \
74
74
75
75
76
76
# https://docs.datadoghq.com/tracing/setup_overview/proxy_setup/?tab=nginx # update version using get_latest_release
77
- ARG OPENTRACING_NGINX_VERSION=v0.40 .0
78
- ARG OPENTRACING_NGINX_SHA256="62fe4230fba540d3a63451bbd6e706b465f65579bd8e32e199bb3fa23e6fe6db "
77
+ ARG OPENTRACING_NGINX_VERSION=v0.41 .0
78
+ ARG OPENTRACING_NGINX_SHA256="82e6aacfab40a16d52677f76c041840f2e91f80945e474bda3bed4d2c43acd6e "
79
79
ARG DD_OPENTRACING_CPP_VERSION=v1.3.7
80
80
ARG DD_OPENTRACING_CPP_SHA256="df9a8097c3d6f6e5a96f96db0f3919b5b7b35df3d10c5fcc530707a878e2dd00"
81
81
You can’t perform that action at this time.
0 commit comments