Use latest version tools

This commit is contained in:
Baohua Yang
2026-01-12 09:02:39 -08:00
parent f3807d9958
commit 0daf85398e
15 changed files with 49 additions and 56 deletions

View File

@@ -41,7 +41,7 @@ if __name__ == "__main__":
编写 `Dockerfile` 文件内容为
```docker
FROM python:3.6-alpine
FROM python:3.12-alpine
ADD . /code
WORKDIR /code
RUN pip install redis flask