Skip to content

Commit

Permalink
Merge pull request #281 from computer-science-engineering/renovate/ci…
Browse files Browse the repository at this point in the history
…mg-python-3.x

Update cimg/python Docker tag to v3.11.5
  • Loading branch information
manastalukdar authored Aug 25, 2023
2 parents 181e1a5 + ef7fe3c commit 804c2c1
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.11.4
- image: cimg/python:3.11.5
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.11.4
- image: cimg/python:3.11.5
environment:
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
working_directory: ~/repo
Expand Down

0 comments on commit 804c2c1

Please sign in to comment.