Skip to content

Commit

Permalink
revert python
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj committed Oct 10, 2024
1 parent e602c5d commit be66ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dbt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM python:3.12 AS testing
FROM python:3 AS testing

RUN pip install flake8 \
&& flake8 dbt-run.py

FROM python:3.12 AS release
FROM python:3 AS release

RUN pip install --upgrade cffi \
&& pip install cryptography~=3.4 \
Expand Down

0 comments on commit be66ae1

Please sign in to comment.