Commit Graph

5 Commits

Author SHA1 Message Date
8443ceb21d
Downgrade PHP version in Dockerfiles
The PHP version used in the Dockerfiles has been downgraded from 8.3 to 8.2. This change affects the base Dockerfile, as well as the daemon and webui variants. The downgrade is expected to resolve compatibility issues with some dependencies.
2024-11-08 10:30:50 +01: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
24350a515b
BUGFIX: daemon container could not build 2022-10-04 17:53:57 +02:00
2c61095df0
BUGFIX: added splitted dockerfiles 2022-09-14 10:25:18 +02:00