Update WordPress 5.5.3 -> 5.6

This commit is contained in:
xZero707 2021-01-11 20:31:23 +01:00
parent 109e2ebbf4
commit ba6ebfb468
2 changed files with 5 additions and 5 deletions

View File

@ -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 FROM wordpress:${WP_VERSION}-php7.4-fpm-alpine AS wordpress-builder
USER root USER root

View File

@ -1,6 +1,6 @@
--- update-core.php 2020-10-04 19:51:51.874573636 +0200 --- update-core.php 2021-01-11 20:24:28.531750881 +0100
+++ update-core.php 2020-10-04 19:53:36.705858923 +0200 +++ update-core.php 2021-01-11 20:27:11.200903166 +0100
@@ -917,6 +917,11 @@ @@ -1049,6 +1049,11 @@
wp_die( __( 'Sorry, you are not allowed to update this site.' ) ); wp_die( __( 'Sorry, you are not allowed to update this site.' ) );
} }