From a695e1a70e9dbb22347128aa0cd98a6d6fa468f4 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 13 Jan 2024 09:24:53 +0100 Subject: Update Alpine version to 3.18 (a link to the latest 3.18.x tag) --- docker-files/alpine.Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docker-files/alpine.Dockerfile b/docker-files/alpine.Dockerfile index f1eb2455..dd42df59 100644 --- a/docker-files/alpine.Dockerfile +++ b/docker-files/alpine.Dockerfile @@ -4,11 +4,12 @@ # https://github.com/nicolargo/glances # -# WARNING: the versions should be set. -# Ex: Python 3.11 for Alpine 3.18 # Note: ENV is for future running containers. ARG for building your Docker image. -ARG IMAGE_VERSION=3.18.4 +# 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.18 ARG PYTHON_VERSION=3.11 ############################################################################## -- cgit v1.2.3