From a85671e89df3d23a22adef0e00f2451a740e688e Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Sun, 8 Jun 2025 01:32:55 +0800 Subject: [PATCH] update version. --- ubuntu2404.dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ubuntu2404.dockerfile b/ubuntu2404.dockerfile index d459609..15b52f3 100644 --- a/ubuntu2404.dockerfile +++ b/ubuntu2404.dockerfile @@ -7,7 +7,7 @@ ARG USER_UID=1000 ARG USER_GID=100 ENV BOOST_VERSION=1_88_0 -ENV CODE_VERSION=4.100.2 +ENV CODE_VERSION=4.100.3 ENV LIBDATACHANNEL_VERSION=0.22.6 ENV NNG_VERSION=1.11 ENV MBEDTLS_VERSION=3.6.3.1 @@ -40,8 +40,8 @@ RUN cd /opt \ && cd /opt/emsdk \ && ./emsdk install latest \ && ./emsdk activate latest \ - && echo "export PATH=/opt/emsdk:/opt/emsdk/node/20.18.0_64bit/bin:/opt/emsdk/upstream/emscripten:$PATH" >> /etc/profile -ENV PATH=/opt/emsdk:/opt/emsdk/node/20.18.0_64bit/bin:/opt/emsdk/upstream/emscripten:$PATH + && echo "export PATH=/opt/emsdk:/opt/emsdk/node/22.16.0_64bit/bin:/opt/emsdk/upstream/emscripten:$PATH" >> /etc/profile +ENV PATH=/opt/emsdk:/opt/emsdk/node/22.16.0_64bit/bin:/opt/emsdk/upstream/emscripten:$PATH RUN cd /root \ && BOOST_VERSION_DOT=$(echo $BOOST_VERSION | tr '_' '.') \