switch base image from python:3.13-alpine to python:3.13-slim
This commit is contained in:
parent
db12ed066b
commit
23733502b3
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.13-alpine
|
FROM python:3.13-slim
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user