diff --git a/Dockerfile b/Dockerfile index cd77a23..c240e69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG WP_VERSION=5.5.3 +ARG WP_VERSION=5.6 FROM wordpress:${WP_VERSION}-php7.4-fpm-alpine AS wordpress-builder USER root @@ -51,4 +51,4 @@ VOLUME ["/var/www/${WEB_ROOT}", "/var/www/${WEB_ROOT}/wp-content"] ENV S6_BEHAVIOUR_IF_STAGE2_FAILS 2 ENV ENFORCE_DISABLE_WP_UPDATES true -EXPOSE 80/TCP \ No newline at end of file +EXPOSE 80/TCP 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 d22f790..2f384cc 100644 --- a/rootfs/etc/wp-mods/wp-admin/update-core.php.patch +++ b/rootfs/etc/wp-mods/wp-admin/update-core.php.patch @@ -1,6 +1,6 @@ ---- update-core.php 2020-10-04 19:51:51.874573636 +0200 -+++ update-core.php 2020-10-04 19:53:36.705858923 +0200 -@@ -917,6 +917,11 @@ +--- update-core.php 2021-01-11 20:24:28.531750881 +0100 ++++ update-core.php 2021-01-11 20:27:11.200903166 +0100 +@@ -1049,6 +1049,11 @@ wp_die( __( 'Sorry, you are not allowed to update this site.' ) ); }