Require higher python.
This commit is contained in:
parent
93ec3cc0f7
commit
a123886aea
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.11-slim AS builder
|
||||
FROM python:3.13-slim AS builder
|
||||
WORKDIR /app
|
||||
COPY pyproject.toml .
|
||||
RUN pip install --no-cache-dir .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue