From 1485dbd6c8171bbe073dc27b1939ac94f9d199e6 Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 3 Dec 2020 11:11:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20update=20python=20container=20ve?= =?UTF-8?q?rsion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bb246d5..a1bda5c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ jobs: # A basic unit of work in a run working_directory: ~/circleci-demo-python-django docker: # run the steps with Docker # CircleCI Python images available at: https://hub.docker.com/r/circleci/python/ - - image: circleci/python:3.6.4 + - image: circleci/python:3.8.5 auth: username: $DOCKERHUB_USERNAME password: $DOCKERHUB_PASSWORD # context / project UI env-var reference