From d1cef3b6ecd30851b4bb833550b7442edb1398b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 17 Dec 2022 14:26:51 +0200 Subject: [PATCH] Move to forked sanic-prometheus repo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27bfc53..0849a73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ RUN apk add --no-cache gcc make musl-dev linux-headers git \ && pip3 wheel --wheel-dir=/wheels \ aiofile \ flask \ - git+https://github.com/Assarius/sanic-prometheus@Sanic_22 \ + git+https://github.com/laurivosandi/sanic-prometheus \ kubernetes \ kubernetes_asyncio \ motor \