Skip to content

Commit

Permalink
Merge pull request #1098 from RasaHQ/port-ENG-1097
Browse files Browse the repository at this point in the history
Update poetry to 1.8.2 and Dockerfile on 3.8.x
  • Loading branch information
sanchariGr authored Apr 10, 2024
2 parents 8525dce + ae6aa5d commit 5bd9e77
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 5bd9e77

Please sign in to comment.