Skip to content

Commit ca58e2f

Browse files
Update dependency DataDog/datadog-agent to v7.72.0
1 parent 02cfc68 commit ca58e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.0
7575
# datadog-agent has both branch and tag of the version. refs/tags/version must be checked-out.
7676
RUN git clone --depth=1 https://github.com/DataDog/datadog-agent.git /build/datadog-agent \
7777
&& cd /build/datadog-agent \
@@ -302,7 +302,7 @@ EXPOSE 8125/udp 8126/tcp
302302
HEALTHCHECK --interval=30s --timeout=5s --retries=2 \
303303
CMD ["/probe.sh"]
304304

305-
ARG DATADOG_VERSION=7.71.1
305+
ARG DATADOG_VERSION=7.72.0
306306
ENV DATADOG_INTEGRATIONS_CORE_VERSION=${DATADOG_INTEGRATIONS_CORE_VERSION} \
307307
DATADOG_VERSION=${DATADOG_VERSION}
308308

0 commit comments

Comments
 (0)