mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +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,9 +1,9 @@
|
|||
FROM python:3.10 AS builder
|
||||
FROM python:3.12 AS builder
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install --prefix=/runtime -r requirements.txt
|
||||
|
||||
FROM python:3.10-slim AS output
|
||||
FROM python:3.12-slim AS output
|
||||
|
||||
# curl is needed for health check in docker-compose
|
||||
RUN apt-get update && apt-get install -y curl && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue