Skip to content

Commit 658612c

Browse files
committed
Bump minimum Node version to 24
1 parent 02ee4e4 commit 658612c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN composer install \
1515
--no-scripts \
1616
--prefer-dist
1717

18-
FROM node:23 AS node_build
18+
FROM node:24 AS node_build
1919

2020
WORKDIR /srv/app
2121

0 commit comments

Comments
 (0)