From 27f1b251a48b2a0acfecf47c17ab3155ba3d248d Mon Sep 17 00:00:00 2001 From: Deuchnord Date: Mon, 28 Oct 2024 11:48:27 +0100 Subject: [PATCH 1/2] fix: update line in the `Dockerfile` patch See also: https://github.com/dunglas/frankenphp/pull/1121 --- core/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/performance.md b/core/performance.md index acf278e9c7f..ccf9d9e8cb1 100644 --- a/core/performance.md +++ b/core/performance.md @@ -32,7 +32,7 @@ The integration using the cache handler is quite simple. You just have to update # Versions -FROM dunglas/frankenphp:1-php8.3 AS frankenphp_upstream -+FROM dunglas/frankenphp:latest-builder AS builder ++FROM dunglas/frankenphp:latest AS builder +COPY --from=caddy:builder /usr/bin/xcaddy /usr/bin/xcaddy + +RUN apt-get update && apt-get install --no-install-recommends -y \ From 27940dd60603b4e6c30712fc8b32371b98f75519 Mon Sep 17 00:00:00 2001 From: Deuchnord Date: Mon, 28 Oct 2024 14:21:37 +0100 Subject: [PATCH 2/2] Apply fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kévin Dunglas --- core/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/performance.md b/core/performance.md index ccf9d9e8cb1..bb3711b7358 100644 --- a/core/performance.md +++ b/core/performance.md @@ -32,7 +32,7 @@ The integration using the cache handler is quite simple. You just have to update # Versions -FROM dunglas/frankenphp:1-php8.3 AS frankenphp_upstream -+FROM dunglas/frankenphp:latest AS builder ++FROM dunglas/frankenphp:1-builder-php8.3 AS builder +COPY --from=caddy:builder /usr/bin/xcaddy /usr/bin/xcaddy + +RUN apt-get update && apt-get install --no-install-recommends -y \