mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
use python:3.12
This commit is contained in:
parent
552ff814f5
commit
c8d81db3df
5 changed files with 9 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.10 AS base
|
||||
FROM python:3.12 AS base
|
||||
|
||||
FROM base AS builder
|
||||
|
||||
|
|
@ -8,7 +8,7 @@ COPY requirements.txt /src/
|
|||
|
||||
RUN pip install --prefix=/runtime --force-reinstall -r requirements.txt
|
||||
|
||||
FROM python:3.10-slim AS output
|
||||
FROM python:3.12-slim AS output
|
||||
|
||||
COPY --from=builder /runtime /usr/local
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue