mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-02-17 10:47:51 +01:00
Retire PHP7.4. Welcome PHP8.1
This commit is contained in:
parent
3377076391
commit
824994c6b7
|
@ -1,4 +1,4 @@
|
||||||
ARG PHP_VERSION=7.4
|
ARG PHP_VERSION=8.1
|
||||||
ARG WP_VERSION=6.1.0
|
ARG WP_VERSION=6.1.0
|
||||||
|
|
||||||
# WP CLI
|
# WP CLI
|
||||||
|
|
|
@ -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.
|
* 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.
|
* 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
|
* 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)
|
#### Public builds (docker)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user