From 24692f1c8458098c8c24207a1387b15d05b7ef09 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Tue, 6 Aug 2024 02:34:16 -0400 Subject: cgit: Add favicon from new logo design Signed-off-by: Malfurious --- cgit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit/Dockerfile') diff --git a/cgit/Dockerfile b/cgit/Dockerfile index 904712f..0d3ad64 100644 --- a/cgit/Dockerfile +++ b/cgit/Dockerfile @@ -8,7 +8,7 @@ RUN apk --no-cache add apache2 cgit COPY httpd.conf /etc/apache2/ COPY cgitrc /etc/ -COPY logo.png /usr/share/srcnode/ +COPY favicon.ico logo.png /usr/share/srcnode/ RUN echo "
$(apk version cgit | awk '/cgit/{print $1}') | $SRCNODE_VERSION
" >/footer -- cgit v1.2.3