From 79bdec2a7d8c495c12baf9e7a20be6d47fbfaf80 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Mon, 17 Jul 2023 10:38:17 +0800 Subject: [PATCH] Dockerfile: update docker image version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 284195a..4a45c45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM tiangolo/uwsgi-nginx-flask:python3.6 +FROM tiangolo/uwsgi-nginx-flask:python3.8 COPY requirements.txt /app RUN pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ COPY ./app /app