We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce441c5 + 0ccf93a commit 9f89fcaCopy full SHA for 9f89fca
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12.7-slim AS builder
+FROM python:3.13.1-slim AS builder
2
3
WORKDIR /app
4
ADD pyproject.toml poetry.lock ./
@@ -8,7 +8,7 @@ RUN pip install --no-cache-dir poetry
8
# Test comment
9
RUN poetry export --extras duplicity --output /app/requirements.txt
10
11
-FROM python:3.12.7-alpine AS base
+FROM python:3.13.1-alpine AS base
12
13
ENV CRONTAB_15MIN='*/15 * * * *' \
14
CRONTAB_HOURLY='0 * * * *' \
0 commit comments