Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj committed Oct 10, 2024
1 parent 0124542 commit 66a657a
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.0 \
RUN pip install --upgrade cffi \
&& pip install cryptography~=3.4 \
&& pip install dbt-core dbt-postgres \
&& adduser dbt
Expand Down

0 comments on commit 66a657a

Please sign in to comment.