update version.
This commit is contained in:
@ -7,11 +7,12 @@ ARG USER_UID=1000
|
||||
ARG USER_GID=100
|
||||
|
||||
ENV BOOST_VERSION=1_88_0
|
||||
ENV CODE_VERSION=4.99.3
|
||||
ENV CODE_VERSION=4.100.2
|
||||
ENV LIBDATACHANNEL_VERSION=0.22.6
|
||||
ENV NNG_VERSION=1.10.1
|
||||
ENV NNG_VERSION=1.11
|
||||
ENV MBEDTLS_VERSION=3.6.3.1
|
||||
ENV TCPING_VERSION=2.7.1
|
||||
ENV COTURN_VERSION=4.7.0
|
||||
|
||||
RUN sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sources.list.d/ubuntu.sources \
|
||||
&& apt update \
|
||||
@ -104,13 +105,13 @@ RUN cd /root \
|
||||
&& rm -fr /root/libevent-2.1.12*
|
||||
|
||||
RUN cd /root \
|
||||
&& wget https://github.com/coturn/coturn/archive/refs/tags/4.6.3.tar.gz -O coturn-4.6.3.tar.gz \
|
||||
&& tar xvf coturn-4.6.3.tar.gz \
|
||||
&& cd coturn-4.6.3 \
|
||||
&& cmake -G Ninja -B build -S . -DCMAKE_INSTALL_PREFIX=/opt/Libraries/coturn-4.6.3 -DLibevent_DIR=/opt/Libraries/libevent-2.1.12/lib/cmake/libevent \
|
||||
&& wget https://github.com/coturn/coturn/archive/refs/tags/${COTURN_VERSION}.tar.gz -O coturn-${COTURN_VERSION}.tar.gz \
|
||||
&& tar xvf coturn-${COTURN_VERSION}.tar.gz \
|
||||
&& cd coturn-${COTURN_VERSION} \
|
||||
&& cmake -G Ninja -B build -S . -DCMAKE_INSTALL_PREFIX=/opt/Libraries/coturn-${COTURN_VERSION} -DLibevent_DIR=/opt/Libraries/libevent-2.1.12/lib/cmake/libevent \
|
||||
&& cmake --build build --target all \
|
||||
&& cmake --install build \
|
||||
&& rm -fr /root/coturn-4.6.3*
|
||||
&& rm -fr /root/coturn-${COTURN_VERSION}*
|
||||
|
||||
RUN cd /root \
|
||||
&& git clone --depth=1 --recursive https://github.com/ZLMediaKit/ZLMediaKit.git \
|
||||
|
Reference in New Issue
Block a user