Skip to content
Snippets Groups Projects
Commit ff0236f9 authored by Renovate Bot's avatar Renovate Bot
Browse files

Update python Docker tag to v3.13.2

parent 7da0f619
No related branches found
No related tags found
1 merge request!17Update python Docker tag to v3.13.2
Pipeline #55519 passed
FROM python:3.13.1-alpine
FROM python:3.13.2-alpine
COPY ./requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt && \
apk add --no-cache font-dejavu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment