From c1f21afa4ca038c4165f348eb9e3af02c56745a4 Mon Sep 17 00:00:00 2001 From: Travis Automated Update Date: Wed, 1 Apr 2020 13:14:23 +0000 Subject: [PATCH] WordPress 5.4 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c73d3aa..bd7b19e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM luzifer/alpine-nginx-php -ENV WP_VERSION=5.3.2 \ - WP_CHECKSUM=292d1280c2f4a92b6a761e289bf3d2bfd6636dc8a3224ea2e7288858a96849ea +ENV WP_VERSION=5.4 \ + WP_CHECKSUM=ef339520f0e4214214bb230a2efaa2e5497cf872dc81710800eee7b34135de32 COPY rootfs / RUN set -ex && /usr/local/bin/container-setup