We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5b16ef + 52ea763 commit fd666c1Copy full SHA for fd666c1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12-slim AS builder
+FROM python:3.11-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-alpine AS base
+FROM python:3.11-alpine AS base
12
13
ENV CRONTAB_15MIN='*/15 * * * *' \
14
CRONTAB_HOURLY='0 * * * *' \
0 commit comments