Skip to content

Commit

Permalink
Update datadog packages to v7.53.0 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 76d02ff commit 388f051
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.52.0
ARG DATADOG_VERSION=7.53.0
# 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 @@ -311,7 +311,7 @@ ARG INTEGRATIONS_CORE="\
system_core \
system_swap"

ARG DATADOG_INTEGRATIONS_CORE_VERSION=7.52.0
ARG DATADOG_INTEGRATIONS_CORE_VERSION=7.53.0
RUN apk add --virtual .build-deps \
g++ \
gcc \
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.52.0
ARG DATADOG_VERSION=7.53.0
ENV DATADOG_INTEGRATIONS_CORE_VERSION=${DATADOG_INTEGRATIONS_CORE_VERSION} \
DATADOG_VERSION=${DATADOG_VERSION}

Expand Down

0 comments on commit 388f051

Please sign in to comment.