⬆️ Upgrades curl to 7.65.1-r0

This commit is contained in:
Franck Nijhof 2019-06-23 16:19:30 +02:00
parent 20c8824623
commit 03455f965a
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -11,7 +11,7 @@ COPY requirements.txt /tmp/
# Setup base
RUN \
apk add --no-cache --virtual .build-dependencies \
curl-dev=7.64.0-r2 \
curl-dev=7.65.1-r0 \
gcc=8.3.0-r0 \
jpeg-dev=8-r6 \
musl-dev=1.1.20-r4 \
@ -21,7 +21,7 @@ RUN \
&& apk add --no-cache \
cifs-utils=6.8-r0 \
ffmpeg@edge=4.0.2-r0 \
libcurl=7.64.0-r2 \
libcurl=7.65.1-r0 \
libjpeg=8-r6 \
mosquitto-clients=1.5.6-r0 \
motion@edge=4.2.2-r0 \