Dependency bumps
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12-bookworm AS base
|
||||
FROM python:3.12-trixie AS base
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user