Compare commits

..

No commits in common. "22126b0fe79299a263cdac8b631cea3d28264c03" and "ca30fefa25e7d4febbef52f3f31bcbca1b69441b" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM php:8.4-apache
FROM php:8.3-apache
COPY php.ini /usr/local/etc/php/php.ini
RUN apt-get update && apt-get install -y \