Skip to content

Commit

Permalink
downgrade cffi
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj committed Oct 10, 2024
1 parent bdb8892 commit 0124542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dbt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0124542

Please sign in to comment.