From d045ac03e97a4001beee36e076e9edce9dac645c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 18 Apr 2019 20:35:50 +0200 Subject: [PATCH] :arrow_up: Upgrades py-setuptools to 40.6.3-r0 --- motioneye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index 96c0b04..0526814 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -26,7 +26,7 @@ RUN \ motion@edge=4.1.1-r1 \ mosquitto-clients=1.5.6-r0 \ nginx=1.14.2-r0 \ - py-setuptools=39.1.0-r0 \ + py-setuptools=40.6.3-r0 \ python2=2.7.15-r3 \ \ && pip install --no-cache-dir -r /tmp/requirements.txt \