Skip to content

Commit

Permalink
Merge pull request #1097 from RasaHQ/ENG-890
Browse files Browse the repository at this point in the history
Update poetry lock and Dockerfile
  • Loading branch information
sanchariGr committed Apr 9, 2024
2 parents 8525dce + a42a261 commit 0e48f3c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/poetry_version.txt
@@ -1,2 +1,2 @@
# The poetry version is stored in a separate file due to the https://github.com/python-poetry/poetry/issues/3316
poetry-version=1.4.2
poetry-version=1.8.2
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update -qq \

# install poetry
# keep this in sync with the version in pyproject.toml and Dockerfile
ENV POETRY_VERSION 1.4.2
ENV POETRY_VERSION 1.8.2
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN curl -sSL https://install.python-poetry.org | python
ENV PATH "/root/.local/bin:/opt/venv/bin:${PATH}"
Expand Down

0 comments on commit 0e48f3c

Please sign in to comment.