From 212463c725be0467616f97582408f45d680e4730 Mon Sep 17 00:00:00 2001 From: maurice Date: Mon, 3 Nov 2025 13:02:57 +0100 Subject: [PATCH] Downgrade PHP --- containers/php/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/php/Containerfile b/containers/php/Containerfile index bb209a9..aeb8304 100644 --- a/containers/php/Containerfile +++ b/containers/php/Containerfile @@ -1,3 +1,3 @@ FROM git.plabble.org/maurice/fedora:main -RUN /bin/bash -c "export TERM=xterm && $(curl -fsSL https://php.new/install/linux/8.4)" \ No newline at end of file +RUN /bin/bash -c "export TERM=xterm && $(curl -fsSL https://php.new/install/linux/8.1)" \ No newline at end of file