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 '_' '.') \