We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c1ab8 commit 0df1a0eCopy full SHA for 0df1a0e
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2
3
jobs:
4
python-3.8: &test-template
5
docker:
6
- - image: circleci/python:3.8-stretch-node-browsers
+ - image: cimg/python:3.8.20-browsers
7
auth:
8
username: dashautomation
9
password: $DASH_PAT_DOCKERHUB
@@ -47,7 +47,7 @@ jobs:
47
48
python-3.12-install-test:
49
50
- - image: circleci/python:3.12-stretch-node-browsers
+ - image: cimg/python:3.12.7-browsers
51
52
53
0 commit comments