Skip to content

Commit

Permalink
⬆️ Update Python to v3.12.3-r2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2024
1 parent e7143a2 commit 470ddf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glances/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
py3-pip=24.0-r2 \
python3-dev=3.12.3-r1 \
python3-dev=3.12.3-r2 \
\
&& apk add --no-cache \
nginx=1.26.2-r0 \
py3-packaging=24.0-r1 \
py3-six=1.16.0-r9 \
python3=3.12.3-r1 \
python3=3.12.3-r2 \
\
&& pip3 install -r /tmp/requirements.txt \
\
Expand Down

0 comments on commit 470ddf6

Please sign in to comment.