diff --git a/Dockerfile b/Dockerfile index 1c61abc..8ff7447 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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-) \