Update accordingly to recent updates

This commit is contained in:
Aleksandar Puharic 2022-11-02 21:42:06 +01:00
parent c2a0006ab3
commit 46dd544a43
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB
2 changed files with 3 additions and 3 deletions

View File

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

View File

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