From a61b1c90dd2d59107f9d42ba3a8238eb04e54b17 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Thu, 18 Mar 2021 23:19:30 +0100 Subject: [PATCH] Update WordPress 5.6.1 -> 5.6.2 --- .github/workflows/image.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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