diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index ad52303..a985297 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: bin/build 5.6.1 \ No newline at end of file + run: bin/build 5.6.2 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index e47c69d..58b321f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG WP_VERSION=5.6.1 +ARG WP_VERSION=5.6.2 FROM wordpress:${WP_VERSION}-php7.4-fpm-alpine AS wordpress-builder USER root