Skip to content

Commit

Permalink
Update cimg/python Docker tag to v3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 2, 2024
1 parent 78fe67d commit 86834cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
Test-Code-Quality:
docker:
- image: cimg/python:3.7.7
- image: cimg/python:3.12.2
steps:
- checkout
- restore_cache:
Expand All @@ -25,7 +25,7 @@ jobs:

Build-And-Push-Image:
docker:
- image: cimg/python:3.7.7
- image: cimg/python:3.12.2
steps:
- checkout
# - attach_workspace:
Expand All @@ -42,7 +42,7 @@ jobs:
Update-Pre-Commit:
docker:
- image: cimg/python:3.7.7
- image: cimg/python:3.12.2
steps:
- checkout
- hub/install
Expand Down

0 comments on commit 86834cd

Please sign in to comment.