From 7d85e21cbc5125f2f863e9a207fdf9f90b2ca16d Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 22 Oct 2021 18:39:54 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20CircleCI:=20Switch=20to=20?= =?UTF-8?q?the=20new=20cimg/python=20image?= 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 1033fb0..7036b36 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: python-version: type: string docker: - - image: circleci/python:<< parameters.python-version >> + - image: cimg/python:<< parameters.python-version >> steps: - checkout - run: pip3 install --upgrade pip