chore: use node 14 for backend dockerfile
This commit is contained in:
committed by
omerlh
parent
b6aa734b23
commit
7cfcd58eef
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'example-backend': patch
|
||||
---
|
||||
|
||||
use node 14 for backend dockerfile
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:12-buster
|
||||
FROM node:14-buster
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user