From 5e6377bea1d4386e916cc36080fccc370dca4d9c Mon Sep 17 00:00:00 2001 From: David Manthey Date: Fri, 5 Mar 2021 14:14:07 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4dfc032b5..d1a79d974 100755 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive \ LANG=en_US.UTF-8 \ PYENV_ROOT="/.pyenv" \ PATH="/.pyenv/bin:/.pyenv/shims:$PATH" \ - PYTHON_VERSIONS="3.7.9 2.7.18 3.5.10 3.6.12 3.8.7 3.9.1" + PYTHON_VERSIONS="3.7.10 2.7.18 3.5.10 3.6.13 3.8.8 3.9.2" RUN apt-get update && \ apt-get install -y --no-install-recommends \