Update python Docker tag to v3.13
All checks were successful
Build Docker Image / build (push) Successful in 5m2s

This commit is contained in:
2024-10-08 01:00:36 +00:00
parent 30fa0165b8
commit 20403b84fd

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.13-slim
WORKDIR /app