From 0bc459a1a9168bb11a7106ea91f043c0d11e65f3 Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Thu, 19 Jan 2023 12:37:50 +0000 Subject: [PATCH] Test python image change --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8dd21b54..c0855e0c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ orbs: jobs: install_and_update_dependencies: docker: - - image: cimg/python:3.8.6-node + - image: cimg/python:3.8-node working_directory: ~/repo steps: - checkout @@ -32,7 +32,7 @@ jobs: run-tests: docker: - - image: cimg/python:3.8.6 + - image: cimg/python:3.8 working_directory: ~/repo steps: - checkout @@ -84,7 +84,7 @@ jobs: sam_deploy: docker: - - image: cimg/python:3.8.6 + - image: cimg/python:3.8 working_directory: ~/repo/ parameters: dc-environment: