Updated app dependencies; updated dev environment to PHP 8.4 and Node v24

This commit is contained in:
2025-07-04 15:54:12 -04:00
parent 295c7d1923
commit bbe9c6575a
4 changed files with 1057 additions and 595 deletions

View File

@ -10,7 +10,7 @@ RUN composer install
RUN composer update
# Actual PHP runtime
FROM php:8.2-cli
FROM php:8.4-cli
WORKDIR /usr/src/colossus/