Skip to content

Commit

Permalink
docker: upgrade POETRY_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
freesteph committed Sep 11, 2024
1 parent a30d0b4 commit 52b5614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GECKODRIVER_URL=https://github.com/mozilla/geckodriver/releases/download/v0.
ENV APP_DIR="/app"

# Configure Poetry
ENV POETRY_VERSION=1.7.0
ENV POETRY_VERSION=1.8.2
ENV POETRY_HOME=/opt/poetry
ENV POETRY_VENV=/opt/poetry-venv
ENV POETRY_CACHE_DIR=/opt/.cache
Expand Down

0 comments on commit 52b5614

Please sign in to comment.