Bump nodejs installer version

This commit is contained in:
herlesupreeth
2021-05-06 16:41:31 +02:00
parent b3b07ced4a
commit 211dd55847
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ RUN apt-get update && \
libcurl4-gnutls-dev \
libnghttp2-dev
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get install -y nodejs
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs
# Get open5gs code and install
RUN git clone --recursive https://github.com/open5gs/open5gs && cd open5gs && \

View File

@@ -32,7 +32,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends curl && \
apt-get autoremove -y && apt-get autoclean
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get install -y nodejs && \
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs && \
apt-get remove -y curl && apt-get autoremove -y && apt-get autoclean
CMD sleep 10 && /mnt/webui/webui_init.sh