docker: bump nodejs to 16

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2022-06-04 23:06:52 +02:00
parent b9e25a8810
commit a505e9a1b5

View file

@ -1,7 +1,7 @@
FROM php:7.4-fpm AS rootless
ARG DEBIAN_FRONTEND=noninteractive
ARG NODE_VERSION=14
ARG NODE_VERSION=16
RUN apt-get update \
&& apt-get install -y \