update node version

This commit is contained in:
jums
2022-02-12 17:52:09 +01:00
parent a4402e19a4
commit 7fc91ba2ae

View File

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