Suppression de renovate.json : le custom manager qui trackait ARG VERSION pour jcabillot/phpapache est obsolète depuis la migration vers dunglas/frankenphp:1-php8.5-alpine. Renovate auto-détecte les mises à jour
du FROM dans le Dockerfile sans config nécessaire.
Mise à jour de AGENTS.md : correction des références à l'ancien pattern
(jcabillot/phpapache, ARG VERSION, /var/www/html) → nouveau pattern
(dunglas/frankenphp, tag fixe, FrankenPHP/Caddy, /app/public).
Vérification
docker build -t test . && docker run -d -p 8080:8080 test&& curl http://localhost:8080
## Changements
- **Suppression de `renovate.json`** : le custom manager qui trackait `ARG VERSION` pour
`jcabillot/phpapache` est obsolète depuis la migration vers
`dunglas/frankenphp:1-php8.5-alpine`. Renovate auto-détecte les mises à jour
du `FROM` dans le Dockerfile sans config nécessaire.
- **Mise à jour de `AGENTS.md`** : correction des références à l'ancien pattern
(`jcabillot/phpapache`, `ARG VERSION`, `/var/www/html`) → nouveau pattern
(`dunglas/frankenphp`, tag fixe, FrankenPHP/Caddy, `/app/public`).
## Vérification
```bash
docker build -t test . && docker run -d -p 8080:8080 test && curl http://localhost:8080
```
- Delete renovate.json: custom manager for jcabillot/phpapache ARG VERSION
is obsolete since migration to dunglas/frankenphp.
- Update AGENTS.md: reflect FrankenPHP/Caddy base image, /app/public,
no ARG VERSION, fixed tag.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Changements
Suppression de
renovate.json: le custom manager qui trackaitARG VERSIONpourjcabillot/phpapacheest obsolète depuis la migration versdunglas/frankenphp:1-php8.5-alpine. Renovate auto-détecte les mises à jourdu
FROMdans le Dockerfile sans config nécessaire.Mise à jour de
AGENTS.md: correction des références à l'ancien pattern(
jcabillot/phpapache,ARG VERSION,/var/www/html) → nouveau pattern(
dunglas/frankenphp, tag fixe, FrankenPHP/Caddy,/app/public).Vérification