diff --git a/Dockerfile b/Dockerfile index e9238d43..3ae45272 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7-slim AS builder +FROM python:3.13.0-slim AS builder WORKDIR /app ADD pyproject.toml poetry.lock ./ @@ -8,7 +8,7 @@ RUN pip install --no-cache-dir poetry # Test comment RUN poetry export --extras duplicity --output /app/requirements.txt -FROM python:3.12.7-alpine AS base +FROM python:3.13.0-alpine AS base ENV CRONTAB_15MIN='*/15 * * * *' \ CRONTAB_HOURLY='0 * * * *' \