diff --git a/web/webpanel/Dockerfile b/web/webpanel/Dockerfile index 6b1c003..2e7baca 100644 --- a/web/webpanel/Dockerfile +++ b/web/webpanel/Dockerfile @@ -2,7 +2,7 @@ # Provides web-based administration interface for UnrealIRCd # Based on official documentation: https://www.unrealircd.org/docs/UnrealIRCd_webpanel -FROM php:8.2-fpm +FROM php:8.4-fpm # Add metadata labels LABEL maintainer="AllThingsLinux IRC Infrastructure" \