summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-01-13 09:24:11 +0100
committernicolargo <nicolas@nicolargo.com>2024-01-13 09:24:11 +0100
commit07a81c50ff6ba69782fcc4fd674330d186af5179 (patch)
treed0727cfc21c9884fe5470e5e75ff2c1a7d3a73cf
parent309c45036fe1390ff3bf70a4f4540047d4c30b39 (diff)
Update Alpine version to 3.18 (a link to the latest 3.18.x tag)
-rw-r--r--docker-files/alpine.Dockerfile7
1 files 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
##############################################################################