Update WordPress 5.7.2 -> 5.8.0

This commit is contained in:
xZero707 2021-09-01 21:03:25 +02:00
parent 9659268e75
commit 1a55ef8a9a
4 changed files with 6 additions and 6 deletions

View File

@ -16,4 +16,4 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build image
run: build/bin/build 5.7.2
run: build/bin/build 5.8.0

View File

@ -1,4 +1,4 @@
ARG WP_VERSION=5.7.2
ARG WP_VERSION=5.8.0
FROM wordpress:${WP_VERSION}-php7.4-fpm-alpine AS wordpress-builder
USER root

View File

@ -8,6 +8,6 @@ WORKDIR "/wp"
ENV UID 1000
ENV GID 1000
ENV WP_LOCALE "en_US"
ENV WP_VERSION "5.7.2"
ENV WP_VERSION "5.8.0"
ENTRYPOINT ["/wp/entrypoint.sh"]

View File

@ -1,6 +1,6 @@
--- 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 @@
--- update-core.php 2021-09-01 20:18:43.638426162 +0200
+++ update-core.php 2021-09-01 20:21:05.189582541 +0200
@@ -1086,6 +1086,11 @@
wp_die( __( 'Sorry, you are not allowed to update this site.' ) );
}