Migration to Alpine 3.20 and Python 3.12 for Alpine Docker

renovate/major-eslint-monorepo
nicolargo 2024-07-26 11:03:38 +02:00
parent aacc12df45
commit 52a129a3e8
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
# Alpine 3.18 tag is a link to the latest 3.18.x version. # 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. # Be aware that if you change the Alpine version, you may have to change the Python version.
ARG IMAGE_VERSION=3.19 ARG IMAGE_VERSION=3.20
ARG PYTHON_VERSION=3.11 ARG PYTHON_VERSION=3.12
############################################################################## ##############################################################################
# Base layer to be used for building dependencies and the release images # Base layer to be used for building dependencies and the release images