Skip to content

Commit 642cf55

Browse files
authored
Merge pull request #95 from LibreCodeCoop/update/node-22-nextcloud32
chore: Update Node.js to version 22 for Nextcloud 32+ compatibility
2 parents 859f6b7 + 97c8455 commit 642cf55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.docker/Dockerfile.php82

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
5959
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
6060
&& export NVM_DIR="/root/.nvm" \
6161
&& . "$NVM_DIR/nvm.sh" \
62-
&& nvm install 20 \
63-
&& nvm alias default 20
62+
&& nvm install 22 \
63+
&& nvm alias default 22
6464

6565
COPY config/php/* /usr/local/etc/php/conf.d/
6666
COPY scripts/* /var/www/scripts/

.docker/Dockerfile.php83

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
5959
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
6060
&& export NVM_DIR="/root/.nvm" \
6161
&& . "$NVM_DIR/nvm.sh" \
62-
&& nvm install 20 \
63-
&& nvm alias default 20
62+
&& nvm install 22 \
63+
&& nvm alias default 22
6464

6565
COPY config/php/* /usr/local/etc/php/conf.d/
6666
COPY scripts/* /var/www/scripts/

0 commit comments

Comments
 (0)