|
9 | 9 | jobs: |
10 | 10 | artifacts: |
11 | 11 | docker: |
12 | | - - image: cimg/python:3.12.1 |
| 12 | + - image: cimg/python:3.12.10 |
13 | 13 | auth: |
14 | 14 | username: dashautomation |
15 | 15 | password: $DASH_PAT_DOCKERHUB |
|
31 | 31 | install-dependencies-312: &install-dependencies |
32 | 32 | working_directory: ~/dash |
33 | 33 | docker: |
34 | | - - image: cimg/python:3.12.1-node |
| 34 | + - image: cimg/python:3.12.10-node |
35 | 35 | auth: |
36 | 36 | username: dashautomation |
37 | 37 | password: $DASH_PAT_DOCKERHUB |
|
89 | 89 | lint-unit-312: &lint-unit |
90 | 90 | working_directory: ~/dash |
91 | 91 | docker: |
92 | | - - image: cimg/python:3.12.1-browsers |
| 92 | + - image: cimg/python:3.12.10-browsers |
93 | 93 | auth: |
94 | 94 | username: dashautomation |
95 | 95 | password: $DASH_PAT_DOCKERHUB |
@@ -175,7 +175,7 @@ jobs: |
175 | 175 | test-312: &test |
176 | 176 | working_directory: ~/dash |
177 | 177 | docker: |
178 | | - - image: cimg/python:3.12.1-browsers |
| 178 | + - image: cimg/python:3.12.10-browsers |
179 | 179 | auth: |
180 | 180 | username: dashautomation |
181 | 181 | password: $DASH_PAT_DOCKERHUB |
@@ -240,15 +240,15 @@ jobs: |
240 | 240 | PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: True |
241 | 241 | PYVERSION: python38 |
242 | 242 | REDIS_URL: redis://localhost:6379 |
243 | | - - image: cimg/redis:6.2.6 |
| 243 | + - image: cimg/redis:6.2.18 |
244 | 244 | auth: |
245 | 245 | username: dashautomation |
246 | 246 | password: $DASH_PAT_DOCKERHUB |
247 | 247 |
|
248 | 248 | dcc-lint-unit-312: &dcc-lint-unit |
249 | 249 | working_directory: ~/dash |
250 | 250 | docker: |
251 | | - - image: cimg/python:3.12.1-node |
| 251 | + - image: cimg/python:3.12.10-node |
252 | 252 | auth: |
253 | 253 | username: dashautomation |
254 | 254 | password: $DASH_PAT_DOCKERHUB |
@@ -285,7 +285,7 @@ jobs: |
285 | 285 | dcc-312: &dcc-test |
286 | 286 | working_directory: ~/dash |
287 | 287 | docker: |
288 | | - - image: cimg/python:3.12.1-browsers |
| 288 | + - image: cimg/python:3.12.10-browsers |
289 | 289 | auth: |
290 | 290 | username: dashautomation |
291 | 291 | password: $DASH_PAT_DOCKERHUB |
@@ -346,7 +346,7 @@ jobs: |
346 | 346 | html-312: &html-test |
347 | 347 | working_directory: ~/dash |
348 | 348 | docker: |
349 | | - - image: cimg/python:3.12.1-browsers |
| 349 | + - image: cimg/python:3.12.10-browsers |
350 | 350 | auth: |
351 | 351 | username: dashautomation |
352 | 352 | password: $DASH_PAT_DOCKERHUB |
@@ -415,7 +415,7 @@ jobs: |
415 | 415 | table-server: &table-server |
416 | 416 | working_directory: ~/dash |
417 | 417 | docker: |
418 | | - - image: cimg/python:3.12.1-browsers |
| 418 | + - image: cimg/python:3.12.10-browsers |
419 | 419 | environment: |
420 | 420 | PYVERSION: python312 |
421 | 421 | PERCY_ENABLE: 1 |
@@ -468,7 +468,7 @@ jobs: |
468 | 468 | table-unit-test: |
469 | 469 | working_directory: ~/dash |
470 | 470 | docker: |
471 | | - - image: cimg/python:3.12.1-browsers |
| 471 | + - image: cimg/python:3.12.10-browsers |
472 | 472 | environment: |
473 | 473 | PYVERSION: python312 |
474 | 474 | PERCY_ENABLE: 0 |
@@ -550,7 +550,7 @@ jobs: |
550 | 550 | table-node: |
551 | 551 | working_directory: ~/dash |
552 | 552 | docker: |
553 | | - - image: cimg/python:3.12.1-node |
| 553 | + - image: cimg/python:3.12.10-node |
554 | 554 | environment: |
555 | 555 | PYVERSION: python312 |
556 | 556 | PERCY_ENABLE: 0 |
|
0 commit comments