Skip to content

Commit 72498af

Browse files
committed
Changed the base docker image.
Signed-off-by: Harmouch101 <[email protected]>
1 parent a2e67c7 commit 72498af

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -487,21 +487,21 @@ jobs:
487487
py310-core:
488488
<<: *common
489489
docker:
490-
- image: cimg/python:3.10.0
490+
- image: circleci/python:3.10.0rc2
491491
environment:
492492
TOXENV: py310-core
493493

494494
py310-ens:
495495
<<: *common
496496
docker:
497-
- image: cimg/python:3.10.0
497+
- image: circleci/python:3.10.0rc2
498498
environment:
499499
TOXENV: py310-ens
500500

501501
py310-ethpm:
502502
<<: *ethpm_steps
503503
docker:
504-
- image: cimg/python:3.10.0
504+
- image: circleci/python:3.10.0rc2
505505
environment:
506506
TOXENV: py310-ethpm
507507
# Please don't use this key for any shenanigans
@@ -510,46 +510,46 @@ jobs:
510510
py310-integration-goethereum-ipc:
511511
<<: *geth_steps
512512
docker:
513-
- image: cimg/python:3.10.0
513+
- image: circleci/python:3.10.0rc2
514514
environment:
515515
TOXENV: py310-integration-goethereum-ipc
516516
GETH_VERSION: v1.10.8
517517

518518
py310-integration-goethereum-http:
519519
<<: *geth_steps
520520
docker:
521-
- image: cimg/python:3.10.0
521+
- image: circleci/python:3.10.0rc2
522522
environment:
523523
TOXENV: py310-integration-goethereum-http
524524
GETH_VERSION: v1.10.8
525525

526526
py310-integration-goethereum-ws:
527527
<<: *geth_steps
528528
docker:
529-
- image: cimg/python:3.10.0
529+
- image: circleci/python:3.10.0rc2
530530
environment:
531531
TOXENV: py310-integration-goethereum-ws
532532
GETH_VERSION: v1.10.8
533533

534534
py310-integration-ethtester-pyevm:
535535
<<: *common
536536
docker:
537-
- image: cimg/python:3.10.0
537+
- image: circleci/python:3.10.0rc2
538538
environment:
539539
TOXENV: py310-integration-ethtester
540540
ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEVMBackend
541541

542542
py310-wheel-cli:
543543
<<: *common
544544
docker:
545-
- image: cimg/python:3.10.0
545+
- image: circleci/python:3.10.0rc2
546546
environment:
547547
TOXENV: py310-wheel-cli
548548

549549
benchmark:
550550
<<: *geth_steps
551551
docker:
552-
- image: cimg/python:3.10.0
552+
- image: circleci/python:3.10.0rc2
553553
environment:
554554
TOXENV: benchmark
555555
GETH_VERSION: v1.10.8

0 commit comments

Comments
 (0)