From 212a7c05c8176926707e4e80c79eaf8d0aff641e Mon Sep 17 00:00:00 2001 From: lewzylu <327874225@qq.com> Date: Tue, 31 Oct 2023 12:27:58 +0800 Subject: [PATCH] update to 1.8.6.33 (#303) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * download mutliversion bug fixed * limit python version * update 1.8.6.33 --------- Co-authored-by: lewzylu(卢众意) --- Dockerfile | 2 +- coscmd/cos_global.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 533da4b..1d77d7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.6 RUN pip install coscmd diff --git a/coscmd/cos_global.py b/coscmd/cos_global.py index 586adc0..4f0ed05 100644 --- a/coscmd/cos_global.py +++ b/coscmd/cos_global.py @@ -1 +1 @@ -Version = "1.8.6.32" +Version = "1.8.6.33"