From 1604be740ddbe7dabaedb00ca5c1adc0d034637b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:25:11 +0000 Subject: [PATCH] Update alpine Docker tag to v3.21.2 --- integrations/_infra/Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/_infra/Dockerfile.alpine b/integrations/_infra/Dockerfile.alpine index 637b9ba567..cefff100d2 100644 --- a/integrations/_infra/Dockerfile.alpine +++ b/integrations/_infra/Dockerfile.alpine @@ -1,4 +1,4 @@ -ARG BASE_PYTHON_IMAGE=alpine:3.20.1 +ARG BASE_PYTHON_IMAGE=alpine:3.21.2 FROM ${BASE_PYTHON_IMAGE} AS base