From 52a129a3e881c8e4011f33716143407a81a9a4c3 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Fri, 26 Jul 2024 11:03:38 +0200 Subject: [PATCH] Migration to Alpine 3.20 and Python 3.12 for Alpine Docker --- docker-files/alpine.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-files/alpine.Dockerfile b/docker-files/alpine.Dockerfile index 8f40cc20..2b2bfe66 100644 --- a/docker-files/alpine.Dockerfile +++ b/docker-files/alpine.Dockerfile @@ -10,8 +10,8 @@ # 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.19 -ARG PYTHON_VERSION=3.11 +ARG IMAGE_VERSION=3.20 +ARG PYTHON_VERSION=3.12 ############################################################################## # Base layer to be used for building dependencies and the release images