Skip to content

Commit fd666c1

Browse files
Merge pull request #696 from Tecnativa/revert-692-dependabot/docker/python-3.12-alpine
Revert "build(deps): bump python from 3.11-alpine to 3.12-alpine"
2 parents d5b16ef + 52ea763 commit fd666c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim AS builder
1+
FROM python:3.11-slim AS builder
22

33
WORKDIR /app
44
ADD pyproject.toml poetry.lock ./
@@ -8,7 +8,7 @@ RUN pip install --no-cache-dir poetry
88
# Test comment
99
RUN poetry export --extras duplicity --output /app/requirements.txt
1010

11-
FROM python:3.12-alpine AS base
11+
FROM python:3.11-alpine AS base
1212

1313
ENV CRONTAB_15MIN='*/15 * * * *' \
1414
CRONTAB_HOURLY='0 * * * *' \

0 commit comments

Comments
 (0)