From b9f17ef431ca7fbfbf6e27f6acfa84bc462e29b5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 22 Aug 2020 22:17:49 +0200 Subject: [PATCH] :arrow_up: Upgrades python3 to 3.8.5-r0 --- glances/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glances/Dockerfile b/glances/Dockerfile index d263409..5ea4036 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -16,13 +16,13 @@ RUN \ gcc=9.3.0-r2 \ linux-headers=5.4.5-r1 \ musl-dev=1.1.24-r9 \ - python3-dev=3.8.2-r0 \ + python3-dev=3.8.5-r0 \ \ && apk add --no-cache \ lua-resty-http=0.15-r0 \ nginx-mod-http-lua=1.16.1-r6 \ nginx=1.16.1-r6 \ - python3=3.8.2-r0 \ + python3=3.8.5-r0 \ \ && pip3 install \ --no-cache-dir \