diff --git a/ubuntu/standard/5.0/Dockerfile b/ubuntu/standard/5.0/Dockerfile index eef4a90e..c24be8ef 100644 --- a/ubuntu/standard/5.0/Dockerfile +++ b/ubuntu/standard/5.0/Dockerfile @@ -203,8 +203,10 @@ RUN set -ex \ ENV NODE_12_VERSION="12.22.2" ENV NODE_14_VERSION="14.17.2" +ENV NODE_16_VERSION="16.15.0" -RUN n $NODE_14_VERSION && npm install --save-dev -g -f grunt && npm install --save-dev -g -f grunt-cli && npm install --save-dev -g -f webpack \ +RUN n $NODE_16_VERSION && npm install --save-dev -g -f grunt && npm install --save-dev -g -f grunt-cli && npm install --save-dev -g -f webpack \ + && n $NODE_14_VERSION && npm install --save-dev -g -f grunt && npm install --save-dev -g -f grunt-cli && npm install --save-dev -g -f webpack \ && n $NODE_12_VERSION && npm install --save-dev -g -f grunt && npm install --save-dev -g -f grunt-cli && npm install --save-dev -g -f webpack \ && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \ && echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \ @@ -432,7 +434,7 @@ VOLUME /var/lib/docker FROM runtimes_n_corretto AS std_v5 # Activate runtime versions specific to image version. -RUN n $NODE_14_VERSION +RUN n $NODE_16_VERSION RUN pyenv global $PYTHON_39_VERSION RUN phpenv global $PHP_80_VERSION RUN rbenv global $RUBY_27_VERSION diff --git a/ubuntu/standard/5.0/runtimes.yml b/ubuntu/standard/5.0/runtimes.yml index 96c50655..e91f3b4f 100644 --- a/ubuntu/standard/5.0/runtimes.yml +++ b/ubuntu/standard/5.0/runtimes.yml @@ -99,6 +99,10 @@ runtimes: commands: - echo "Installing Node.js version 14 ..." - n $NODE_14_VERSION + 16: + commands: + - echo "Installing Node.js version 16 ..." + - n $NODE_16_VERSION dotnet: versions: 3.1: