diff --git a/LICENSE b/LICENSE index 4d86acf..7559929 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Ilyes Ahidar +Copyright (c) 2026 Ilyes Ahidar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/apache/Dockerfile b/apache/Dockerfile index d0be87e..d56e1cb 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -25,7 +25,7 @@ ENV SMTPEHLO=localhost WORKDIR /var/www # Latest version of Pie: https://github.com/php/pie/releases -COPY --from=ghcr.io/php/pie:1.3.9-bin /pie /usr/bin/pie +COPY --from=ghcr.io/php/pie:1.3.10-bin /pie /usr/bin/pie RUN apt-get update \ && apt-get install --assume-yes --no-install-recommends \ diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 89ba964..7848564 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -25,7 +25,7 @@ ENV SMTPEHLO=localhost WORKDIR /var/www # Latest version of Pie: https://github.com/php/pie/releases -COPY --from=ghcr.io/php/pie:1.3.9-bin /pie /usr/bin/pie +COPY --from=ghcr.io/php/pie:1.3.10-bin /pie /usr/bin/pie RUN apt-get update \ && apt-get install --assume-yes --no-install-recommends \ diff --git a/frankenphp/Dockerfile b/frankenphp/Dockerfile index 5397b69..308285e 100644 --- a/frankenphp/Dockerfile +++ b/frankenphp/Dockerfile @@ -29,7 +29,7 @@ ENV FRANKENPHP_CONFIG="" WORKDIR /var/www # Latest version of Pie: https://github.com/php/pie/releases -COPY --from=ghcr.io/php/pie:1.3.9-bin /pie /usr/bin/pie +COPY --from=ghcr.io/php/pie:1.3.10-bin /pie /usr/bin/pie RUN apt-get update \ && apt-get install --assume-yes --no-install-recommends \