From d208d86a456a764178a39138a0f75b96e0970c7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:39:46 +0900 Subject: [PATCH] Update alpine Docker tag to v3.20 (#120) * Update alpine Docker tag to v3.20 * Install py3-regex from pip --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Atsushi Watanabe --- Dockerfile | 2 +- integrations-builder.Dockerfile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 75ed6c3..fe35f01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_VERSION=3.19 +ARG ALPINE_VERSION=3.20 ARG GOLANG_VERSION=1.23 # =========================== diff --git a/integrations-builder.Dockerfile b/integrations-builder.Dockerfile index 8ae1901..acf69b2 100644 --- a/integrations-builder.Dockerfile +++ b/integrations-builder.Dockerfile @@ -21,7 +21,6 @@ RUN apk add --no-cache \ py3-packaging \ py3-pynacl \ py3-pip \ - py3-regex \ python3-dev \ patchelf \ rustup @@ -42,7 +41,6 @@ RUN git clone --depth=1 https://github.com/DataDog/integrations-core.git /tmp/in packaging==$(version py3-packaging) \ pynacl==$(version py3-pynacl) \ pip==$(version py3-pip) \ - regex==$(version py3-regex) \ "/tmp/integrations-core/datadog_checks_dev[cli]" \ "/tmp/integrations-core/ddev" \ && rm -rf /tmp/integrations-core