From f949b83a51aa409ed9905a371a969101d2f2a2b0 Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Wed, 3 Dec 2025 13:40:32 +0300 Subject: [PATCH] change the go-vise source --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ff6584..b80534a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libgdbm-dev \ git \ && rm -rf /var/lib/apt/lists/* -RUN git clone https://git.defalsify.org/vise.git go-vise +RUN git clone https://github.com/nolash/go-vise go-vise COPY . ./sarafu-vise WORKDIR /build/sarafu-vise/services/registration