From 5bd0ddc8eef35f659ab4be83cd0adbb67715cd15 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 25 Jan 2021 19:57:35 +0100 Subject: [PATCH] :arrow_up: Upgrades py3-pip to 20.3.4-r0 --- glances/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/Dockerfile b/glances/Dockerfile index 8231ee2..61b0680 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -20,7 +20,7 @@ RUN \ \ && apk add --no-cache \ nginx=1.18.0-r13 \ - py3-pip=20.3.3-r0 \ + py3-pip=20.3.4-r0 \ python3=3.8.7-r0 \ \ && pip3 install \