Skip to content

Commit

Permalink
chore: update python version and deps (et/somenergia-jardiner!145)
Browse files Browse the repository at this point in the history
Merge branch 'chore/update-python-version-and-deps' into 'main'
  • Loading branch information
diegoquintanav committed May 23, 2024
2 parents dd4d21f + e754649 commit d6f8301
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 343 deletions.
6 changes: 3 additions & 3 deletions containers/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG USER_UID=1000
ARG USER_GID=1000

# tag used in all images
ARG PYTHON_VERSION=3.8.9
ARG PYTHON_VERSION=3.10.9

# general variables
# don't use DBT_PROJECT_DIR as it is catched by dbt but not by re_data
Expand All @@ -51,10 +51,10 @@ ARG USER_GID
ARG DBT_PROJECT_DIR_NAME

# Poetry version
ARG POETRY_VERSION=1.5.1
ARG POETRY_VERSION=1.8.2

# Pipx version
ARG PIPX_VERSION=1.2.0
ARG PIPX_VERSION=1.5.0

# prepare the $PATH
ENV PATH=/opt/pipx/bin:${WORKDIR}/.venv/bin:$PATH \
Expand Down
Loading

0 comments on commit d6f8301

Please sign in to comment.