chore: bump base image to python 3.13 and switch nginx config to template-based conf.d generation

This commit is contained in:
2026-05-15 23:28:39 +00:00
parent e3676f26ea
commit e304119d76
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.13-slim
WORKDIR /app