From 51166fe1dff69d696c86213aee228b1039b96780 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 22:02:58 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.22 --- docker-files/alpine.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-files/alpine.Dockerfile b/docker-files/alpine.Dockerfile index 2c1413ca..f750ef04 100644 --- a/docker-files/alpine.Dockerfile +++ b/docker-files/alpine.Dockerfile @@ -9,7 +9,7 @@ # WARNING: the Alpine image version and Python version should be set. # Alpine 3.18 tag is a link to the latest 3.18.x version. # Be aware that if you change the Alpine version, you may have to change the Python version. -ARG IMAGE_VERSION=3.21 +ARG IMAGE_VERSION=3.22 ARG PYTHON_VERSION=3.12 ##############################################################################