Skip to content

Commit

Permalink
Update poetry to 1.3.2 and update all python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed Feb 23, 2023
1 parent 6365992 commit f189b9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY ./pyproject.toml /app/
WORKDIR /app

# Install Poetry and Python packages
ENV POETRY_VERSION=1.2.0
ENV POETRY_VERSION=1.3.2
RUN set -ex && \
curl -sSL https://install.python-poetry.org | python - --version=${POETRY_VERSION} && \
export PATH="/root/.local/bin:${PATH}" && \
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f189b9d

Please sign in to comment.