Skip to content

Commit

Permalink
DF-DOCKER: Enable forcing request for existing or monitored content. …
Browse files Browse the repository at this point in the history
…Will issue search using arr cmd structure. Update to python 3.13
  • Loading branch information
nickheyer committed Jan 14, 2025
1 parent f0dadf2 commit 8d5fc0b
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,5 +1,5 @@
# BASE
FROM python:3.12-slim AS build
FROM python:3.13-slim AS build

ENV PIP_DEFAULT_TIMEOUT=100 \
PYTHONUNBUFFERED=1 \
Expand All @@ -15,7 +15,7 @@ RUN pip install "poetry==$POETRY_VERSION" \
&& poetry export -f requirements.txt -o requirements.txt

# PROD
FROM python:3.12-slim AS prod
FROM python:3.13-slim AS prod

WORKDIR /app
COPY . /app/
Expand Down

0 comments on commit 8d5fc0b

Please sign in to comment.