Skip to content

Commit a3c074e

Browse files
Merge pull request #347 from computer-science-engineering/renovate/cimg-python-3.x
Update cimg/python Docker tag to v3.12.6
2 parents 4c0031b + 5a7dbb8 commit a3c074e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
<<: *defaults
140140
docker:
141141
# https://circleci.com/developer/images/image/cimg/python
142-
- image: cimg/python:3.12.3
142+
- image: cimg/python:3.12.6
143143
environment:
144144
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
145145
COVERALLS_REPO_TOKEN: $COVERALLS_REPO_TOKEN
@@ -203,7 +203,7 @@ jobs:
203203
upload_to_code_climate:
204204
<<: *defaults
205205
docker:
206-
- image: cimg/python:3.12.3
206+
- image: cimg/python:3.12.6
207207
environment:
208208
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
209209
working_directory: ~/repo

0 commit comments

Comments
 (0)