Skip to content

Commit 52b566c

Browse files
Deuchnorddunglas
andauthored
fix: Dockerfile for custom FrankenPHP builds (#2051)
Co-authored-by: Kévin Dunglas <[email protected]>
1 parent 2390b15 commit 52b566c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The integration using the cache handler is quite simple. You just have to update
3232
# Versions
3333
-FROM dunglas/frankenphp:1-php8.3 AS frankenphp_upstream
3434

35-
+FROM dunglas/frankenphp:latest-builder AS builder
35+
+FROM dunglas/frankenphp:1-builder-php8.3 AS builder
3636
+COPY --from=caddy:builder /usr/bin/xcaddy /usr/bin/xcaddy
3737
+
3838
+RUN apt-get update && apt-get install --no-install-recommends -y \

0 commit comments

Comments
 (0)