Skip to content

Commit

Permalink
⬆️ Upgrades python3 to 3.8.8-r0 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 25, 2021
1 parent 6f63b57 commit a29477f
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 @@ -16,12 +16,12 @@ RUN \
gcc=10.2.1_pre1-r3 \
linux-headers=5.7.8-r0 \
musl-dev=1.2.2-r0 \
python3-dev=3.8.7-r1 \
python3-dev=3.8.8-r0 \
\
&& apk add --no-cache \
nginx=1.18.0-r13 \
py3-pip=20.3.4-r0 \
python3=3.8.7-r1 \
python3=3.8.8-r0 \
\
&& pip3 install \
--no-cache-dir \
Expand Down

0 comments on commit a29477f

Please sign in to comment.