Skip to content

Commit

Permalink
Use PHP 8.3 as docker image, and allow for longer error log lines
Browse files Browse the repository at this point in the history
This fixes issue #781
  • Loading branch information
jbtronics committed Dec 1, 2024
1 parent 7530e62 commit 80129c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE=debian:bookworm-slim
ARG PHP_VERSION=8.2
ARG PHP_VERSION=8.3

FROM ${BASE_IMAGE} AS base
ARG PHP_VERSION
Expand Down Expand Up @@ -125,6 +125,7 @@ upload_max_filesize=256M
post_max_size=300M
opcache.preload_user=www-data
opcache.preload=/var/www/html/config/preload.php
log_limit=8096
EOF

COPY ./.docker/symfony.conf /etc/apache2/sites-available/symfony.conf
Expand Down

0 comments on commit 80129c0

Please sign in to comment.