chore: use node 14 for backend dockerfile

This commit is contained in:
Omer Levi Hevroni
2020-12-06 11:12:17 +02:00
committed by omerlh
parent b6aa734b23
commit 7cfcd58eef
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'example-backend': patch
---
use node 14 for backend dockerfile
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:12-buster
FROM node:14-buster
WORKDIR /usr/src/app