Commit Graph

8 Commits

Author SHA1 Message Date
ccd2ba485c
Refactored PHP extension installation in Dockerfiles
The PHP extension installation commands have been refactored across multiple Dockerfiles. Previously, all extensions were installed in a single command. Now, each extension is installed with its own dedicated command. This change enhances readability and maintainability of the code.
2024-11-08 12:08:45 +01:00
9e52b3bec6
Updated Node.js version in Dockerfiles
The Node.js version used in the Dockerfiles has been updated from 20 to 22. This change affects both the main Dockerfile and the web UI Dockerfile.
2024-10-10 12:34:02 +02:00
34db79b3ab
Update Dockerfile versions and dependencies
- Update the base image for nodebuilder from node:18 to node:20
- Update the base image for php in Dockerfile and Dockerfile.daemon from php:8.1 to php:8.3
- Remove unnecessary packages installation in Dockerfile, Dockerfile.daemon, and Dockerfile.webui
- Set APACHE_DOCUMENT_ROOT, WEBCRON_ROOT, and TZ environment variables in all three Dockerfiles
2023-12-07 14:43:01 +01:00
77772dcaed
BUGFIX: version tag was not being read 2023-01-11 17:34:16 +01:00
982c704ea3
Updated npm to 18 2022-11-10 11:40:16 +01:00
07eab26637
NEW FEATURE: version tag in image 2022-09-05 17:27:18 +02:00
9328be1b78
ENHANCEMENT: less steps 2022-06-10 11:12:29 +02:00
5e95266ea3
Better entrypoint 2022-05-06 10:26:37 +02:00