From c66d92c0a77b13b117f31d494ddeec93d0d0bb61 Mon Sep 17 00:00:00 2001 From: Silviawl <13460403+silviawl@user.noreply.gitee.com> Date: Sun, 29 Sep 2024 01:46:24 +0000 Subject: [PATCH] update Dockerfile. Signed-off-by: Silviawl <13460403+silviawl@user.noreply.gitee.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a8d5ac5..cdbda8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.9 # 安装系统依赖和 Allure 命令行工具 RUN apt-get install -y unzip wget -- Gitee