mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 12:35:39 +01:00
Try move to 3.12
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/flibusta-apps/base_docker_images:3.11-poetry-buildtime AS build-image
|
||||
FROM ghcr.io/flibusta-apps/base_docker_images:3.12-poetry-buildtime AS build-image
|
||||
|
||||
WORKDIR /root/poetry
|
||||
COPY pyproject.toml poetry.lock /root/poetry/
|
||||
@@ -10,7 +10,7 @@ RUN poetry export --without-hashes > requirements.txt \
|
||||
&& pip install -r requirements.txt --no-cache-dir
|
||||
|
||||
|
||||
FROM ghcr.io/flibusta-apps/base_docker_images:3.11-postgres-runtime AS runtime-image
|
||||
FROM ghcr.io/flibusta-apps/base_docker_images:3.12-postgres-runtime AS runtime-image
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user