docker: force python version to 3.12.3 (#2148)

* docker: force python version to 3.12.3

* also fixes pydantic

* remove ci build - too slow

* use lock file for deps

* use poetry.lock

* use poetry.lock
This commit is contained in:
Nicolò Boschi 2024-06-12 15:09:46 +02:00 committed by GitHub
commit 968ec28fbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 22 additions and 23 deletions

View file

@ -5,7 +5,7 @@
# BUILDER-BASE
################################
# force platform to the current architecture to increase build speed time on multi-platform builds
# 1. force platform to the current architecture to increase build speed time on multi-platform builds
FROM --platform=$BUILDPLATFORM node:lts-bookworm-slim as builder-base
COPY src/frontend /frontend