Skip to content

Commit 5f2ba88

Browse files
committed
CI: Use next-gen Docker convenience images
See https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034. The legacy CircleCI convenience images are Debian Jessie - or Stretch -based images, however the next-gen images, cimg, extend the official Ubuntu image.
1 parent 27ee7b3 commit 5f2ba88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
check-filenames:
55
docker:
6-
- image: circleci/python:3.7.0-stretch
6+
- image: cimg/python:3.10
77
steps:
88
- checkout
99
- run:
@@ -13,7 +13,7 @@ jobs:
1313
1414
check-description-files:
1515
docker:
16-
- image: circleci/python:3.7.0-stretch
16+
- image: cimg/python:3.10
1717
steps:
1818
- checkout
1919
- run:
@@ -23,7 +23,7 @@ jobs:
2323
2424
check-new-description-files:
2525
docker:
26-
- image: circleci/python:3.7.0-stretch
26+
- image: cimg/python:3.10
2727
steps:
2828
- checkout
2929
- run:

0 commit comments

Comments
 (0)