Merge pull request #420 from georgzoeller/patch-1
Update dockerfile to Node 14
This commit is contained in:
commit
b4e97fd736
|
@ -1,4 +1,4 @@
|
|||
FROM node:12-buster-slim
|
||||
FROM node:14-buster-slim
|
||||
|
||||
LABEL maintainer="dave@force9.org"
|
||||
|
||||
|
|
Loading…
Reference in New Issue