mirror of
https://github.com/flibusta-apps/services_manager_server.git
synced 2025-12-06 12:35:39 +01:00
Update to python3.11
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/kurbezz/base_docker_images:3.10-postgres-asyncpg-poetry-buildtime as build-image
|
FROM ghcr.io/kurbezz/base_docker_images:3.11-postgres-asyncpg-poetry-buildtime as build-image
|
||||||
|
|
||||||
WORKDIR /root/poetry
|
WORKDIR /root/poetry
|
||||||
|
|
||||||
@@ -9,7 +9,7 @@ RUN poetry export --without-hashes > requirements.txt \
|
|||||||
&& pip install -r requirements.txt --no-cache-dir
|
&& pip install -r requirements.txt --no-cache-dir
|
||||||
|
|
||||||
|
|
||||||
FROM ghcr.io/kurbezz/base_docker_images:3.10-postgres-runtime as runtime-image
|
FROM ghcr.io/kurbezz/base_docker_images:3.11-postgres-runtime as runtime-image
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user