Skip to content

Commit

Permalink
Update dependency DataDog/datadog-agent to v7.57.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 3fb4881 commit da0b761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN apk add --no-cache \
py3-yaml \
python3-dev

ARG DATADOG_VERSION=7.57.1
ARG DATADOG_VERSION=7.57.2
# datadog-agent has both branch and tag of the version. refs/tags/version must be checked-out.
RUN git clone --depth=1 https://github.com/DataDog/datadog-agent.git /build/datadog-agent \
&& cd /build/datadog-agent \
Expand Down Expand Up @@ -366,7 +366,7 @@ EXPOSE 8125/udp 8126/tcp
HEALTHCHECK --interval=30s --timeout=5s --retries=2 \
CMD ["/probe.sh"]

ARG DATADOG_VERSION=7.57.1
ARG DATADOG_VERSION=7.57.2
ENV DATADOG_INTEGRATIONS_CORE_VERSION=${DATADOG_INTEGRATIONS_CORE_VERSION} \
DATADOG_VERSION=${DATADOG_VERSION}

Expand Down

0 comments on commit da0b761

Please sign in to comment.