From 94c10ba87918bbe83264be4cd86a28c6b3b701c1 Mon Sep 17 00:00:00 2001 From: Ilyes512 Date: Sat, 28 Mar 2026 20:00:44 +0100 Subject: [PATCH 1/2] chore(deps): Update Pie version --- apache/Dockerfile | 2 +- fpm/Dockerfile | 2 +- frankenphp/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 \ From 376ec6e562f2a3e3e05ff10a19ddab15274d3506 Mon Sep 17 00:00:00 2001 From: Ilyes512 Date: Sat, 28 Mar 2026 20:00:47 +0100 Subject: [PATCH 2/2] chore: Update copyright year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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