mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-05 03:31:22 +00:00
⬆️ Upgrades curl to 7.66.0-r0
This commit is contained in:
parent
fd0a59af64
commit
a9602047c3
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ 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.65.1-r0 \
|
curl-dev=7.66.0-r0 \
|
||||||
gcc=8.3.0-r0 \
|
gcc=8.3.0-r0 \
|
||||||
jpeg-dev=8-r6 \
|
jpeg-dev=8-r6 \
|
||||||
musl-dev=1.1.22-r3 \
|
musl-dev=1.1.22-r3 \
|
||||||
|
@ -21,7 +21,7 @@ RUN \
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
cifs-utils=6.9-r0 \
|
cifs-utils=6.9-r0 \
|
||||||
ffmpeg=4.1.4-r0 \
|
ffmpeg=4.1.4-r0 \
|
||||||
libcurl=7.65.1-r0 \
|
libcurl=7.66.0-r0 \
|
||||||
libjpeg=8-r6 \
|
libjpeg=8-r6 \
|
||||||
mosquitto-clients=1.6.3-r0 \
|
mosquitto-clients=1.6.3-r0 \
|
||||||
motion@edge=4.2.2-r0 \
|
motion@edge=4.2.2-r0 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue