소스 검색

Bump node version to 12.5.0

Dorin Paslaru 7 년 전
부모
커밋
1948ecacc7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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