From fb1ad09486277fdaeaa3f5558e0378622cc6fc1f Mon Sep 17 00:00:00 2001 From: xZero707 Date: Mon, 13 May 2024 21:06:36 +0200 Subject: [PATCH] Rebase to ghcr.io/n0rthernl1ghts/wordpress-unit-base:2.1.0 which comes with NGINX Unit 1.32.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e2e2c4..dfaa9fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ COPY ["patches/${WP_PATCH_VERSION}/wp-admin-update-core.patch", "/etc/wp-mods/"] # Stage 3 - Final -FROM --platform=${TARGETPLATFORM} ghcr.io/n0rthernl1ghts/wordpress-unit-base:1.0.0 +FROM --platform=${TARGETPLATFORM} ghcr.io/n0rthernl1ghts/wordpress-unit-base:2.1.0 RUN apk add --update --no-cache patch