From 0dc4d7eab3daafd7a0d46d2e1ec24b028c52fad0 Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov Date: Thu, 21 Mar 2024 09:09:01 +0300 Subject: [PATCH] Fix apline/Dockerfile --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index a82e54d..180ce4c 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -14,7 +14,7 @@ ENV \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_READYTIME=50 \ - UV_EXTRA_INDEX_URL="https://wheels.home-assistant.io/musllinux-index/" + UV_EXTRA_INDEX_URL="https://wheels.iot.jethome.ru/musllinux-index/" # Set shell SHELL ["/bin/ash", "-o", "pipefail", "-c"]