Skip to content

Commit

Permalink
Update cimg/python Docker tag to v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 5b52a58 commit 6f11b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
<<: *defaults
docker:
# https://circleci.com/developer/images/image/cimg/python
- image: cimg/python:3.12.0
- image: cimg/python:3.12.1
environment:
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
COVERALLS_REPO_TOKEN: $COVERALLS_REPO_TOKEN
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
upload_to_code_climate:
<<: *defaults
docker:
- image: cimg/python:3.12.0
- image: cimg/python:3.12.1
environment:
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
working_directory: ~/repo
Expand Down

0 comments on commit 6f11b08

Please sign in to comment.