mirror of https://github.com/wallabag/wallabag.git
docker: bump nodejs to 16
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
b9e25a8810
commit
a505e9a1b5
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue