Retire PHP7.4. Welcome PHP8.1

This commit is contained in:
Aleksandar Puharic 2023-01-21 03:03:19 +01:00
parent 3377076391
commit 824994c6b7
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG PHP_VERSION=7.4
ARG PHP_VERSION=8.1
ARG WP_VERSION=6.1.0
# WP CLI

View File

@ -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)