Update dependency libssl-dev to v1.1.1d-0+deb10u5
This commit is contained in:
parent
1341510aa4
commit
28d7a6bfc0
1 changed files with 1 additions and 1 deletions
|
@ -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-) \
|
||||
|
|
Reference in a new issue