From 5f3a89eadfd50a207b7353dc113109ec10653579 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 9 Sep 2020 08:58:35 +0200 Subject: [PATCH] Upgrade Python to 3.8.5 --- python/3.8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/3.8/Dockerfile b/python/3.8/Dockerfile index 613283e..548593d 100644 --- a/python/3.8/Dockerfile +++ b/python/3.8/Dockerfile @@ -12,7 +12,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"] RUN apk add --no-cache ca-certificates ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568 -ENV PYTHON_VERSION 3.8.4 +ENV PYTHON_VERSION 3.8.5 COPY *.patch /usr/src/ RUN set -ex \