1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Use Node 20

Backported from the 2.6 branch.
Also, update composer & node deps.
This commit is contained in:
Jeremy Benoist 2023-12-27 23:00:49 +01:00
parent 5a19a32450
commit 019e978846
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
5 changed files with 504 additions and 817 deletions

View file

@ -1,7 +1,7 @@
FROM php:8.1-fpm AS rootless
ARG DEBIAN_FRONTEND=noninteractive
ARG NODE_VERSION=16
ARG NODE_VERSION=20
RUN apt-get update \
&& apt-get install -y \
@ -33,8 +33,7 @@ RUN apt-get update && apt-get install -y \
zlib1g-dev \
git \
build-essential \
nodejs \
npm
nodejs
RUN docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp
RUN docker-php-ext-install -j "$(nproc)" \
bcmath \