From 410716f3bb0fbbe929a0e38159f777e5d5327e4b Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 24 Nov 2025 13:15:24 +0000 Subject: [PATCH] new icecast image --- icecast/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icecast/Dockerfile b/icecast/Dockerfile index b4465fb..6a38483 100644 --- a/icecast/Dockerfile +++ b/icecast/Dockerfile @@ -1,4 +1,4 @@ -FROM pltnk/icecast2 +FROM ghcr.io/jee-r/icecast # Copy template + entrypoint into image COPY icecast.xml.template /etc/icecast2/icecast.xml.template