Skip to content

Commit 27f1b25

Browse files
authored
fix: update line in the Dockerfile patch
See also: php/frankenphp#1121
1 parent 2390b15 commit 27f1b25

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:latest 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)