Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/webpanel/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.4-fpm-bookworm@sha256:e6bc23796dbcd21c987d7b45fcd1263d1287217ea66ccddf03597309a1c0e4ed
FROM php:8.4-fpm-bookworm@sha256:a23a83fccf6b7e4afeecf76adb19c5b3f1dbde9a3d258a8d093b17239063e10a

# Add metadata labels
LABEL maintainer="AllThingsLinux IRC Infrastructure" \
Expand Down
Loading