Skip to content

Commit

Permalink
Update Alpine version to 3.18 (a link to the latest 3.18.x tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Jan 13, 2024
1 parent 309c450 commit 07a81c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-files/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##############################################################################
Expand Down

0 comments on commit 07a81c5

Please sign in to comment.