From 46dd544a4342ef3032c893563f89e302f83f2291 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Wed, 2 Nov 2022 21:42:06 +0100 Subject: [PATCH] Update accordingly to recent updates --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3b47a7c..eb2c01d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG PHP_VERSION=7.4 -ARG WP_VERSION=5.9.0 +ARG WP_VERSION=6.1.0 # WP CLI FROM --platform=${TARGETPLATFORM} wordpress:cli-php${PHP_VERSION} AS wp-cli diff --git a/README.md b/README.md index c22f0a0..07b24c6 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ nlss/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 ```