From 824994c6b7329c4990c5072c75f64fcbf7a02338 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sat, 21 Jan 2023 03:03:19 +0100 Subject: [PATCH] Retire PHP7.4. Welcome PHP8.1 --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5cbf938..35d4df6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=7.4 +ARG PHP_VERSION=8.1 ARG WP_VERSION=6.1.0 # WP CLI diff --git a/README.md b/README.md index cca82b7..20d081e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Attempt to fix several of WordPress anti-patterns in ready to deploy container * PHP7.4 reached end-of-life on 2022-11-28 and should not be used. * Old images will remain, but will receive no further updates, until their eventual removal. Usage is not recommended. * This decision will make build stack significantly lighter, ensuring much faster future builds +- 2023-01-21 Retirement of PHP7.4. The king is dead, long live the king! #### Public builds (docker)