ci: remove remaining latest- prefix

This commit is contained in:
Kévin Dunglas
2024-10-28 11:41:36 +01:00
parent f567318e19
commit dad858b697
5 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ FrankenPHP is built on top of Caddy, and all [Caddy modules](https://caddyserver
The easiest way to install custom Caddy modules is to use [xcaddy](https://github.com/caddyserver/xcaddy):
```dockerfile
FROM dunglas/frankenphp:latest-builder AS builder
FROM dunglas/frankenphp:builder AS builder
# Copy xcaddy in the builder image
COPY --from=caddy:builder /usr/bin/xcaddy /usr/bin/xcaddy