From 877ff6cf2d3e6bd33269e10c8f607d74a0418491 Mon Sep 17 00:00:00 2001 From: David Kinzer Date: Tue, 16 Nov 2021 11:30:30 -0500 Subject: [PATCH] Update deploy imaget to base:stable. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5371379..64901b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,7 @@ jobs: command: make test run_deploy: docker: - - image: circleci/python:3.6.6 + - image: cimg/base:stable environment: PIPENV_VENV_IN_PROJECT: true steps: