From ebe8ba55615500f2756e145de3edaf4173d17831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Fri, 9 Sep 2022 14:46:53 +0300 Subject: [PATCH] Switch to ECS logging library --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d96b2e5..c742e06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk add --no-cache gcc make musl-dev linux-headers git \ pyjwt \ pyyaml \ sanic \ - velebit-useful-logs + ecs-logging FROM python:alpine COPY --from=build /wheels /wheels RUN pip3 install --no-index /wheels/*.whl && rm -Rfv /wheels