Skip to content

Commit

Permalink
fix: pip, setuptools and wheels version up to compatibility with 3.12…
Browse files Browse the repository at this point in the history
… in Dockerfile #9654
  • Loading branch information
lkhagvadorj-amp committed Dec 31, 2024
1 parent d3f04a3 commit 613c79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update \
ENV PYTHONIOENCODING=utf-8
ENV LANG=C.UTF-8

RUN python -m pip install --upgrade "pip==24.0" "setuptools==69.2.0" "wheel==0.43.0" --no-cache-dir
RUN python -m pip install --upgrade "pip==24.3" "setuptools==75.6.0" "wheel==0.45.1" --no-cache-dir


FROM base as dbt-core
Expand Down

0 comments on commit 613c79e

Please sign in to comment.