diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 6719819..1a54d5f 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -16,4 +16,4 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build image - run: build/bin/build 5.7.1 \ No newline at end of file + run: build/bin/build 5.7.2 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index e4e24a0..3733af5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG WP_VERSION=5.7.1 +ARG WP_VERSION=5.7.2 FROM wordpress:${WP_VERSION}-php7.4-fpm-alpine AS wordpress-builder USER root diff --git a/build/patch-util/Dockerfile b/build/patch-util/Dockerfile index a38782a..023c6c8 100644 --- a/build/patch-util/Dockerfile +++ b/build/patch-util/Dockerfile @@ -8,6 +8,6 @@ WORKDIR "/wp" ENV UID 1000 ENV GID 1000 ENV WP_LOCALE "en_US" -ENV WP_VERSION "5.7.1" +ENV WP_VERSION "5.7.2" ENTRYPOINT ["/wp/entrypoint.sh"] diff --git a/rootfs/etc/wp-mods/wp-admin/update-core.php.patch b/rootfs/etc/wp-mods/wp-admin/update-core.php.patch index 1ceb5dd..f8e5fe0 100644 --- a/rootfs/etc/wp-mods/wp-admin/update-core.php.patch +++ b/rootfs/etc/wp-mods/wp-admin/update-core.php.patch @@ -1,5 +1,5 @@ ---- update-core.php 2021-03-19 19:23:29.391214787 +0100 -+++ update-core.php 2021-03-19 19:26:23.798962792 +0100 +--- update-core.php 2021-05-28 21:04:43.647362531 +0200 ++++ update-core.php 2021-05-28 21:05:44.224559161 +0200 @@ -1050,6 +1050,11 @@ wp_die( __( 'Sorry, you are not allowed to update this site.' ) ); }