Skip to content

Commit 42dc320

Browse files
committed
update cimg/python:3.12.10
1 parent 20dcc0a commit 42dc320

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.circleci/config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ orbs:
99
jobs:
1010
artifacts:
1111
docker:
12-
- image: cimg/python:3.12.1
12+
- image: cimg/python:3.12.10
1313
auth:
1414
username: dashautomation
1515
password: $DASH_PAT_DOCKERHUB
@@ -31,7 +31,7 @@ jobs:
3131
install-dependencies-312: &install-dependencies
3232
working_directory: ~/dash
3333
docker:
34-
- image: cimg/python:3.12.1-node
34+
- image: cimg/python:3.12.10-node
3535
auth:
3636
username: dashautomation
3737
password: $DASH_PAT_DOCKERHUB
@@ -89,7 +89,7 @@ jobs:
8989
lint-unit-312: &lint-unit
9090
working_directory: ~/dash
9191
docker:
92-
- image: cimg/python:3.12.1-browsers
92+
- image: cimg/python:3.12.10-browsers
9393
auth:
9494
username: dashautomation
9595
password: $DASH_PAT_DOCKERHUB
@@ -175,7 +175,7 @@ jobs:
175175
test-312: &test
176176
working_directory: ~/dash
177177
docker:
178-
- image: cimg/python:3.12.1-browsers
178+
- image: cimg/python:3.12.10-browsers
179179
auth:
180180
username: dashautomation
181181
password: $DASH_PAT_DOCKERHUB
@@ -240,15 +240,15 @@ jobs:
240240
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: True
241241
PYVERSION: python38
242242
REDIS_URL: redis://localhost:6379
243-
- image: cimg/redis:6.2.6
243+
- image: cimg/redis:6.2.18
244244
auth:
245245
username: dashautomation
246246
password: $DASH_PAT_DOCKERHUB
247247

248248
dcc-lint-unit-312: &dcc-lint-unit
249249
working_directory: ~/dash
250250
docker:
251-
- image: cimg/python:3.12.1-node
251+
- image: cimg/python:3.12.10-node
252252
auth:
253253
username: dashautomation
254254
password: $DASH_PAT_DOCKERHUB
@@ -285,7 +285,7 @@ jobs:
285285
dcc-312: &dcc-test
286286
working_directory: ~/dash
287287
docker:
288-
- image: cimg/python:3.12.1-browsers
288+
- image: cimg/python:3.12.10-browsers
289289
auth:
290290
username: dashautomation
291291
password: $DASH_PAT_DOCKERHUB
@@ -346,7 +346,7 @@ jobs:
346346
html-312: &html-test
347347
working_directory: ~/dash
348348
docker:
349-
- image: cimg/python:3.12.1-browsers
349+
- image: cimg/python:3.12.10-browsers
350350
auth:
351351
username: dashautomation
352352
password: $DASH_PAT_DOCKERHUB
@@ -415,7 +415,7 @@ jobs:
415415
table-server: &table-server
416416
working_directory: ~/dash
417417
docker:
418-
- image: cimg/python:3.12.1-browsers
418+
- image: cimg/python:3.12.10-browsers
419419
environment:
420420
PYVERSION: python312
421421
PERCY_ENABLE: 1
@@ -468,7 +468,7 @@ jobs:
468468
table-unit-test:
469469
working_directory: ~/dash
470470
docker:
471-
- image: cimg/python:3.12.1-browsers
471+
- image: cimg/python:3.12.10-browsers
472472
environment:
473473
PYVERSION: python312
474474
PERCY_ENABLE: 0
@@ -550,7 +550,7 @@ jobs:
550550
table-node:
551551
working_directory: ~/dash
552552
docker:
553-
- image: cimg/python:3.12.1-node
553+
- image: cimg/python:3.12.10-node
554554
environment:
555555
PYVERSION: python312
556556
PERCY_ENABLE: 0

0 commit comments

Comments
 (0)