Skip to content

Commit

Permalink
fix: update build tools to latest
Browse files Browse the repository at this point in the history
Poetry to v1.8.3 and Poetry-Plugin-Bundle to v1.4.1
  • Loading branch information
CallumNZ authored and Mossman1215 committed Sep 11, 2024
1 parent 04b2b21 commit 4898805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/python-arcgis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ENV POETRY_REQUESTS_TIMEOUT=30

# Install Poetry via pipx.
RUN pip install pipx
RUN pipx install poetry==1.7.1
RUN pipx inject poetry poetry-plugin-bundle==1.3.0
RUN pipx install poetry==1.8.3
RUN pipx inject poetry poetry-plugin-bundle==1.4.1

# Install arcgis with Poetry.
COPY pyproject.toml .
Expand Down

0 comments on commit 4898805

Please sign in to comment.