We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cfc68 commit ca58e2fCopy full SHA for ca58e2f
Dockerfile
@@ -71,7 +71,7 @@ RUN apk add --no-cache \
71
py3-pip \
72
python3-dev
73
74
-ARG DATADOG_VERSION=7.71.1
+ARG DATADOG_VERSION=7.72.0
75
# datadog-agent has both branch and tag of the version. refs/tags/version must be checked-out.
76
RUN git clone --depth=1 https://github.com/DataDog/datadog-agent.git /build/datadog-agent \
77
&& cd /build/datadog-agent \
@@ -302,7 +302,7 @@ EXPOSE 8125/udp 8126/tcp
302
HEALTHCHECK --interval=30s --timeout=5s --retries=2 \
303
CMD ["/probe.sh"]
304
305
306
ENV DATADOG_INTEGRATIONS_CORE_VERSION=${DATADOG_INTEGRATIONS_CORE_VERSION} \
307
DATADOG_VERSION=${DATADOG_VERSION}
308
0 commit comments