Commit 9b1319dc authored by nimrod's avatar nimrod
Browse files

Docker: Update to Python 3.13.

parent f00c53ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM registry.hub.docker.com/library/python:3.10-alpine3.16
FROM registry.hub.docker.com/library/python:3.13-alpine3.24
WORKDIR /app
COPY requirements.txt ./
RUN pip install --no-cache-dir --require-hashes -r requirements.txt