mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-27 09:45:06 +01:00
Update accordingly to recent updates
This commit is contained in:
parent
c2a0006ab3
commit
46dd544a43
|
@ -1,5 +1,5 @@
|
||||||
ARG PHP_VERSION=7.4
|
ARG PHP_VERSION=7.4
|
||||||
ARG WP_VERSION=5.9.0
|
ARG WP_VERSION=6.1.0
|
||||||
|
|
||||||
# WP CLI
|
# WP CLI
|
||||||
FROM --platform=${TARGETPLATFORM} wordpress:cli-php${PHP_VERSION} AS wp-cli
|
FROM --platform=${TARGETPLATFORM} wordpress:cli-php${PHP_VERSION} AS wp-cli
|
||||||
|
|
|
@ -12,10 +12,10 @@ nlss/wordpress
|
||||||
|
|
||||||
You can also use specific version of WordPress:
|
You can also use specific version of WordPress:
|
||||||
```
|
```
|
||||||
nlss/wordpress:6.0.0
|
nlss/wordpress:6.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace version number with desired version, eg. 6.0.1.
|
Replace version number with desired version, eg. 6.0.2.
|
||||||
|
|
||||||
### Automatic plugin installer
|
### Automatic plugin installer
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user