Use latest version tools

This commit is contained in:
Baohua Yang
2026-01-12 09:02:39 -08:00
parent 43e12058eb
commit 24eb615f54
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