From 012454265c3907162c653e7baa3a419357475427 Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Thu, 10 Oct 2024 13:12:12 +0000 Subject: [PATCH] downgrade cffi --- tests/dbt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dbt/Dockerfile b/tests/dbt/Dockerfile index 3df1b312..c64c467e 100644 --- a/tests/dbt/Dockerfile +++ b/tests/dbt/Dockerfile @@ -5,7 +5,7 @@ RUN pip install flake8 \ FROM python:3 AS release -RUN pip install --upgrade cffi==1.17.1-cp312 \ +RUN pip install --upgrade cffi==1.17.0 \ && pip install cryptography~=3.4 \ && pip install dbt-core dbt-postgres \ && adduser dbt