Merge pull request #3588 from omerlh/patch-1

chore: use node 14 for backend dockerfile
This commit is contained in:
Patrik Oldsberg
2020-12-21 12:22:23 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:12-buster
FROM node:14-buster
WORKDIR /usr/src/app