On the road to Glances 3.4.1

This commit is contained in:
nicolargo 2024-12-27 15:29:12 +01:00
parent e09530693f
commit 7439ec1625
2 changed files with 3 additions and 3 deletions

View File

@ -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.20
ARG PYTHON_VERSION=3.12
ARG IMAGE_VERSION=3.21
ARG PYTHON_VERSION=3.13
##############################################################################
# Base layer to be used for building dependencies and the release images

View File

@ -9,7 +9,7 @@
# Note: ENV is for future running containers. ARG for building your Docker image.
ARG IMAGE_VERSION=24.04
ARG PYTHON_VERSION=3.12
ARG PYTHON_VERSION=3.13
##############################################################################
# Base layer to be used for building dependencies and the release images