Skip to content
Snippets Groups Projects
Commit 6c2c2eee authored by Shlee's avatar Shlee Committed by Eugen Rochko
Browse files

Updated NodeJS in Dockerfile (#12492)

parent fd45f5bb
Branches
Tags
No related merge requests found
......@@ -3,8 +3,8 @@ FROM ubuntu:18.04 as build-dep
# Use bash for the shell
SHELL ["bash", "-c"]
# Install Node
ENV NODE_VER="12.11.1"
# Install Node v12 (LTS)
ENV NODE_VER="12.13.1"
RUN echo "Etc/UTC" > /etc/localtime && \
apt update && \
apt -y install wget python && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment