Browse Source

nodejs 14

Mokhtar Naamani 3 years ago
parent
commit
72229f792b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      apps.Dockerfile
  2. 1 1
      pioneer.Dockerfile

+ 1 - 1
apps.Dockerfile

@@ -1,4 +1,4 @@
-FROM node:12 as builder
+FROM node:14 as builder
 
 WORKDIR /joystream
 COPY . /joystream

+ 1 - 1
pioneer.Dockerfile

@@ -1,4 +1,4 @@
-FROM node:12 as builder
+FROM node:14 as builder
 
 WORKDIR /joystream
 COPY . /joystream