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:
parent
9261bc0a6f
commit
968ec28fbc
4 changed files with 22 additions and 23 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue