upgrade node to 14.15

This commit is contained in:
jums
2021-02-07 16:52:49 +01:00
parent 1fdeda42e6
commit a77268b0ef

View File

@@ -1,4 +1,4 @@
FROM node:12-buster
FROM node:14-buster
RUN apt-get update \
&& apt-get install -y curl zsh git graphicsmagick inotify-tools \