fix(deps): update python docker tag to v3.13

This commit is contained in:
Renovate Bot 2025-01-06 15:32:00 +00:00
parent fc7a229fcc
commit cdab6ea9de

View file

@ -1,4 +1,4 @@
FROM python:3.8-slim
FROM python:3.13-slim
# Set the working directory
WORKDIR /app