Explorar el Código

Bump node version to 12.5.0

Dorin Paslaru hace 7 años
padre
commit
1948ecacc7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM node:9.2.0
+FROM node:12.5.0
 
 RUN curl -o- -L https://yarnpkg.com/install.sh | bash