deps: upgrade to node v14 for docker (#7012)

This commit is contained in:
Ving 2021-02-25 05:55:53 +08:00 committed by GitHub
parent 1370931e1a
commit a1118f6aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:10-slim
FROM node:14-slim
LABEL MAINTAINER https://github.com/DIYgod/RSSHub/