Parcourir la source

Updated NodeJS in Dockerfile (#12492)

master^2
Shlee il y a 4 ans
committed by Eugen Rochko
Parent
révision
6c2c2eee46
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      Dockerfile

+ 2
- 2
Dockerfile Voir le fichier

@@ -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 && \


Chargement…
Annuler
Enregistrer