Przeglądaj źródła

Bump node version to 12.5.0

Dorin Paslaru 7 lat temu
rodzic
commit
1948ecacc7
1 zmienionych plików z 1 dodań i 1 usunięć
  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