From 6cc1d70f2ebfcf02a0af52c85be38fe9d670a08c Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 8 Oct 2020 15:24:12 +0200 Subject: [PATCH] ci(dockerfile): fix python versions --- ci/Dockerfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 475d0edba0..517ac9a4ec 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -50,12 +50,10 @@ ENV FULLDEPS_TESTING=${FULLDEPS_TESTING} # install other python versions for tox testing RUN if [ "${FULLDEPS_TESTING}" = "1" ]; then \ - nix-env -iP python3-3.7.7 ; \ - nix-env --set-flag priority 6 python3-3.7.7 ; \ - nix-env -iP python3-3.6.10 ; \ - nix-env --set-flag priority 7 python3-3.6.10 ; \ - nix-env -iP python3-3.5.9 ; \ - nix-env --set-flag priority 8 python3-3.5.9 ; \ + nix-env -iP python3-3.7.9 ; \ + nix-env --set-flag priority 6 python3-3.7.9 ; \ + nix-env -iP python3-3.6.12 ; \ + nix-env --set-flag priority 7 python3-3.6.12 ; \ fi # download monero tests binary