From 78b00a7c47effc858193f67de039b749598f7d9c Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Thu, 23 Sep 2021 13:11:04 +0200 Subject: [PATCH] [centos] update python 3.8 to 3.8.10 --- centos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/Dockerfile b/centos/Dockerfile index d390c51..6c4e078 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -457,7 +457,7 @@ RUN version=3.7.9 && \ ldconfig # Python 3.8 -RUN version=3.8.6 && \ +RUN version=3.8.10 && \ yum install -y \ openssl-devel \ libffi-devel \ -- GitLab