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)