mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 04:21:06 +00:00
docker: bump nodejs to 16
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
b9e25a8810
commit
a505e9a1b5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM php:7.4-fpm AS rootless
|
FROM php:7.4-fpm AS rootless
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG NODE_VERSION=14
|
ARG NODE_VERSION=16
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
|
|
Loading…
Reference in a new issue