From b5f0b072e8b12b731c69f12b5430f594700e0947 Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Mon, 1 Apr 2024 15:35:16 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fefaff..6aaf7a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="white" RUN dnf install unzip -y # Install Butler -RUN curl -L -o butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default \ +RUN curl -L -o butler.zip https://broth.itch.zone/butler/linux-amd64/LATEST/archive/default \ && unzip butler.zip \ && cp butler /usr/bin \ && chmod +x /usr/bin/butler