From 5fec66c16cffa89f44df05e81592a9ad84190ea1 Mon Sep 17 00:00:00 2001 From: chacha Date: Sun, 22 Mar 2026 03:09:34 +0100 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10b2034..7b95368 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY .docker-cache/icons.ref /tmp/icons.ref WORKDIR /src RUN cat /tmp/icons.ref > /dev/null && \ echo "$CACHE_BUST" > /dev/null && \ - git clone --depth 1 --branch retrodebian --single-branch https://gitea.chacha.ddns.net/chacha/icons-collection.git icons && \ + git clone --depth 1 --branch main --single-branch https://gitea.chacha.ddns.net/chacha/icons-collection.git icons && \ rm -Rf icons/.git # building a modified Kernel + modules + libs