From c78cbaf8adc2a61a090414c19161d2744c4f2430 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 16 May 2020 20:17:06 +0200 Subject: [PATCH] :arrow_up: Upgrades python2 to 2.7.18-r0 --- motioneye/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index 611b6e3..1c2cca6 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -16,7 +16,7 @@ RUN \ jpeg-dev=8-r6 \ musl-dev=1.1.24-r2 \ py2-pip=18.1-r0 \ - python-dev=2.7.16-r3 \ + python-dev=2.7.18-r0 \ \ && apk add --no-cache \ cifs-utils=6.9-r1 \ @@ -27,7 +27,7 @@ RUN \ motion@edge=4.3.0-r0 \ nginx=1.16.1-r6 \ py-setuptools=42.0.2-r0 \ - python2=2.7.16-r3 \ + python2=2.7.18-r0 \ \ && pip install --no-cache-dir -r /tmp/requirements.txt \ \