diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 15daf04..6719819 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -16,4 +16,4 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build image - run: build/bin/build 5.7.0 \ No newline at end of file + run: build/bin/build 5.7.1 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index f6fd78e..e4e24a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/build/patch-util/Dockerfile b/build/patch-util/Dockerfile index 27475aa..a38782a 100644 --- a/build/patch-util/Dockerfile +++ b/build/patch-util/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["/wp/entrypoint.sh"]