mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 15:22:29 +01:00
Update WordPress 5.5.3 -> 5.6
This commit is contained in:
parent
109e2ebbf4
commit
ba6ebfb468
|
@ -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
|
||||||
|
@ -51,4 +51,4 @@ VOLUME ["/var/www/${WEB_ROOT}", "/var/www/${WEB_ROOT}/wp-content"]
|
||||||
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS 2
|
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS 2
|
||||||
ENV ENFORCE_DISABLE_WP_UPDATES true
|
ENV ENFORCE_DISABLE_WP_UPDATES true
|
||||||
|
|
||||||
EXPOSE 80/TCP
|
EXPOSE 80/TCP
|
||||||
|
|
|
@ -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.' ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user