From a29477f7aee086fee291c78ba5e392b34b891a6d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 25 Mar 2021 10:50:01 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20python3=20to=20?= =?UTF-8?q?3.8.8-r0=20(#131)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glances/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glances/Dockerfile b/glances/Dockerfile index 0911786..d6a8a73 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -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 \