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