Merge pull request 'Update dependency libssl-dev to v1.1.1d-0+deb10u5' (#6) from renovate/base-dependencies into main
continuous-integration/drone/push Build is failing Details

Reviewed-on: sp-services/coturn#6
This commit is contained in:
Samuel Philipp 2021-03-27 14:13:46 +00:00
commit 07bd8fe799
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ WORKDIR /root/coturn
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y \
build-essential="12.6" \
pkg-config="0.29-6" \
libssl-dev="1.1.1d-0+deb10u4" \
libssl-dev="1.1.1d-0+deb10u5" \
libevent-dev="2.1.8-stable-4" \
curl="7.64.0-4+deb10u1" \
&& PCV=$(echo "${PROMETHEUS_CLIENT_VERSION}" | cut -c 2-) \