1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-08 19:29:57 +02:00

✔️ CircleCI: Use non-deprecated "next-gen Docker convenience image"

This commit is contained in:
Gerber, Mike 2022-03-31 19:07:11 +02:00
parent 93ce1505c4
commit 2399699990

View file

@ -6,7 +6,7 @@ jobs:
python-version:
type: string
docker:
- image: circleci/python:<< parameters.python-version >>
- image: cimg/python:<< parameters.python-version >>
steps:
- checkout
- run: pip3 install --upgrade pip