Skip to content

Commit

Permalink
Merge pull request #767 from cloudkats/renovate/master-dockerfiles-py…
Browse files Browse the repository at this point in the history
…thon-poetry-poetry-1.x

chore(deps): update dependency python-poetry/poetry to v1.7.0 (dockerfiles/dockerfile.renovate) (master)
  • Loading branch information
ivankatliarchuk authored Nov 19, 2023
2 parents b4d1748 + 70ad5dd commit ca2f5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.renovate
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ RUN pip install --user pipenv
# Poetry

# renovate: datasource=github-releases depName=python-poetry/poetry
ENV POETRY_VERSION=1.6.1
ENV POETRY_VERSION=1.7.0

RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - --version ${POETRY_VERSION}

Expand Down

0 comments on commit ca2f5e1

Please sign in to comment.