mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 19:57:22 +01:00
Update WordPress 5.7.1 -> 5.7.2
This commit is contained in:
parent
61b490ac22
commit
9659268e75
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
|
@ -16,4 +16,4 @@ jobs:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: build/bin/build 5.7.1
|
run: build/bin/build 5.7.2
|
|
@ -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
|
FROM wordpress:${WP_VERSION}-php7.4-fpm-alpine AS wordpress-builder
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
|
@ -8,6 +8,6 @@ WORKDIR "/wp"
|
||||||
ENV UID 1000
|
ENV UID 1000
|
||||||
ENV GID 1000
|
ENV GID 1000
|
||||||
ENV WP_LOCALE "en_US"
|
ENV WP_LOCALE "en_US"
|
||||||
ENV WP_VERSION "5.7.1"
|
ENV WP_VERSION "5.7.2"
|
||||||
|
|
||||||
ENTRYPOINT ["/wp/entrypoint.sh"]
|
ENTRYPOINT ["/wp/entrypoint.sh"]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- update-core.php 2021-03-19 19:23:29.391214787 +0100
|
--- update-core.php 2021-05-28 21:04:43.647362531 +0200
|
||||||
+++ update-core.php 2021-03-19 19:26:23.798962792 +0100
|
+++ update-core.php 2021-05-28 21:05:44.224559161 +0200
|
||||||
@@ -1050,6 +1050,11 @@
|
@@ -1050,6 +1050,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