Update WordPress 5.7.0 -> 5.7.1

This commit is contained in:
xZero707 2021-05-28 20:59:39 +02:00
parent 789422cc4b
commit 61b490ac22
3 changed files with 4 additions and 4 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.0
run: build/bin/build 5.7.1

View File

@ -1,4 +1,4 @@
ARG WP_VERSION=5.7.0
ARG WP_VERSION=5.7.1
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.0"
ENV WP_VERSION "5.7.1"
ENTRYPOINT ["/wp/entrypoint.sh"]