Skip to content

Commit

Permalink
⬆️ Update Python to v3.11.9-r0 (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent 26e71f2 commit a23e10a
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=23.3.1-r0 \
python3-dev=3.11.8-r0 \
python3-dev=3.11.9-r0 \
\
&& apk add --no-cache \
nginx=1.24.0-r15 \
py3-packaging=23.2-r0 \
py3-six=1.16.0-r8 \
python3=3.11.8-r0 \
python3=3.11.9-r0 \
\
&& pip3 install -r /tmp/requirements.txt \
\
Expand Down

0 comments on commit a23e10a

Please sign in to comment.