mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-06 12:11:36 +00:00
⬆️ Upgrades curl to 7.64.0-r1
This commit is contained in:
parent
2c25ac9bff
commit
313845cf9f
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ COPY requirements.txt /tmp/
|
||||||
# Setup base
|
# Setup base
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
curl-dev=7.61.1-r1 \
|
|
||||||
gcc=6.4.0-r9 \
|
gcc=6.4.0-r9 \
|
||||||
|
curl-dev=7.64.0-r1 \
|
||||||
jpeg-dev=8-r6 \
|
jpeg-dev=8-r6 \
|
||||||
musl-dev=1.1.19-r10 \
|
musl-dev=1.1.19-r10 \
|
||||||
py2-pip=10.0.1-r0 \
|
py2-pip=10.0.1-r0 \
|
||||||
|
@ -21,7 +21,7 @@ RUN \
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
cifs-utils=6.8-r0 \
|
cifs-utils=6.8-r0 \
|
||||||
ffmpeg@edge=4.0.2-r0 \
|
ffmpeg@edge=4.0.2-r0 \
|
||||||
libcurl=7.61.1-r1 \
|
libcurl=7.64.0-r1 \
|
||||||
libjpeg=8-r6 \
|
libjpeg=8-r6 \
|
||||||
mosquitto-clients=1.4.15-r3 \
|
mosquitto-clients=1.4.15-r3 \
|
||||||
motion@edge=4.1.1-r1 \
|
motion@edge=4.1.1-r1 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue