update: 更新helm chart的adapter-cm-generator的Python版本为python:3.13-slim

This commit is contained in:
zhangxinhui02
2025-11-17 17:39:17 +08:00
parent 0c46c0cb5f
commit 5a25bc425b

View File

@@ -1,5 +1,5 @@
# 此镜像用于在部署helm chart时动态生成adapter的配置文件
FROM python:3.11-slim
FROM python:3.13-slim
WORKDIR /app