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

@@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM python:3.12-alpine
ADD . /code
WORKDIR /code
RUN pip install redis flask