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 @@ -71,7 +71,7 @@ RUN apk add --no-cache \
7171 py3-pip \
7272 python3-dev
7373
74- ARG DATADOG_VERSION=7.71.1
74+ ARG DATADOG_VERSION=7.72.3
7575# datadog-agent has both branch and tag of the version. refs/tags/version must be checked-out.
7676RUN git clone --depth=1 https://github.com/DataDog/datadog-agent.git /build/datadog-agent \
7777 && cd /build/datadog-agent \
@@ -80,7 +80,7 @@ RUN git clone --depth=1 https://github.com/DataDog/datadog-agent.git /build/data
8080
8181WORKDIR /build/datadog-agent
8282
83- ARG DATADOG_DDA_VERSION=v0.29.0
83+ ARG DATADOG_DDA_VERSION=v0.30.4
8484RUN python3 -m pip install "dda==${DATADOG_DDA_VERSION}" --break-system-packages \
8585 && dda -v self dep sync -f legacy-tasks
8686ENV GOWORK=off
@@ -302,7 +302,7 @@ EXPOSE 8125/udp 8126/tcp
302302HEALTHCHECK --interval=30s --timeout=5s --retries=2 \
303303 CMD ["/probe.sh" ]
304304
305- ARG DATADOG_VERSION=7.71.1
305+ ARG DATADOG_VERSION=7.72.3
306306ENV DATADOG_INTEGRATIONS_CORE_VERSION=${DATADOG_INTEGRATIONS_CORE_VERSION} \
307307 DATADOG_VERSION=${DATADOG_VERSION}
308308
You can’t perform that action at this time.
0 commit comments