From 3fb488112f019bce33e2c940ce97781738796f7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:55:55 +0900 Subject: [PATCH] Update dependency DataDog/integrations-core to v7.57.1 (#129) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe35f01..217d533 100644 --- a/Dockerfile +++ b/Dockerfile @@ -311,7 +311,7 @@ ARG INTEGRATIONS_CORE="\ system_core \ system_swap" -ARG DATADOG_INTEGRATIONS_CORE_VERSION=7.57.0 +ARG DATADOG_INTEGRATIONS_CORE_VERSION=7.57.1 RUN apk add --virtual .build-deps \ g++ \ gcc \