Skip to content

Commit

Permalink
On the road to Glances 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Dec 27, 2024
1 parent e095306 commit 7439ec1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-files/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-files/ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7439ec1

Please sign in to comment.