Skip to content

Commit

Permalink
fix: pin python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
njuguna-n authored Oct 15, 2024
1 parent 42a3357 commit f84e7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3 AS testing
FROM python:3.12 AS testing

RUN pip install flake8

RUN flake8 dbt-run.py

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

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

0 comments on commit f84e7ec

Please sign in to comment.