chore: Update Dockerfiles, Makefile and documentation
- Updated Dockerfile.production - Updated Makefile - Updated deployment documentation - Updated docker/ci/Dockerfile, docker/php/Dockerfile, docker/worker/Dockerfile - Updated dependency scanning documentation - Added git-hooks documentation
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM php:8.5-rc-cli
|
||||
ARG PHP_VERSION=8.5.0RC3
|
||||
# Keep aligned with runtime PHP tag (override via --build-arg PHP_VERSION=X)
|
||||
FROM php:${PHP_VERSION}-cli
|
||||
|
||||
# Install system dependencies including libraries for GD and other extensions
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user