Skip to content

Commit 18aeeaa

Browse files
committed
fix: build fail
1 parent c67c30d commit 18aeeaa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list && \
1919
apt-get install -y aptitude &&\
2020
aptitude -y install gcc make zlib1g-dev libffi-dev libssl-dev &&\
2121
mkdir -p test && cd test &&\
22-
wget http://npmmirror.com/mirrors/python/3.6.5/Python-3.6.5.tgz &&\
23-
tar -xvf Python-3.6.5.tgz &&\
24-
chmod -R +x Python-3.6.5 &&\
25-
cd Python-3.6.5/ &&\
22+
wget http://npmmirror.com/mirrors/python/3.8.10/Python-3.8.10.tgz &&\
23+
tar -xvf Python-3.8.10.tgz &&\
24+
chmod -R +x Python-3.8.10 &&\
25+
cd Python-3.8.10/ &&\
2626
./configure &&\
2727
aptitude -y install libffi-dev libssl-dev &&\
2828
make && make install &&\

tools/build-with-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "$(id -u):$(id -g)"
55

66
arch=$(node "$root_dir/tools/parse-config.js" --get-arch $@)
77

8-
image="msojocs/wechat-devtools-build:v1.0.5"
8+
image="msojocs/wechat-devtools-build:v1.0.6"
99
if [ "$arch" == "loong64" ]; then
1010
image="msojocs/wechat-devtools-build:loong64-v1.0.0"
1111
fi

0 commit comments

Comments
 (0)