Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Jan 16, 2025
1 parent 2fa0547 commit 4c322cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.13

EXPOSE ${CONTAINER_PORT}

Expand All @@ -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.8.2
ENV POETRY_VERSION=2.0.1
ENV POETRY_HOME=/opt/poetry
ENV POETRY_VENV=/opt/poetry-venv
ENV POETRY_CACHE_DIR=/opt/.cache
Expand Down

0 comments on commit 4c322cf

Please sign in to comment.