From bc9c4b8c89c54f6ef18ccc50427fc7265e2b5ef1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 2 Jan 2020 11:14:57 +0100 Subject: [PATCH] :arrow_up: Upgrades python3 to 3.8.1-r0 --- glances/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glances/Dockerfile b/glances/Dockerfile index af7db5b..300cf4e 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -16,13 +16,13 @@ RUN \ gcc=9.2.0-r3 \ linux-headers=4.19.36-r0 \ musl-dev=1.1.24-r0 \ - python3-dev=3.7.5-r1 \ + python3-dev=3.8.1-r0 \ \ && apk add --no-cache \ lua-resty-http=0.13-r0 \ nginx-mod-http-lua=1.16.1-r1 \ nginx=1.16.1-r1 \ - python3=3.7.5-r1 \ + python3=3.8.1-r0 \ \ && pip3 install \ --no-cache-dir \