Skip to content

Commit c06513e

Browse files
authored
upgrade setup_remote_docker to version: 20.10.24 (#1143)
Co-authored-by: Jiang, Yu-tao <>
1 parent 0de2e69 commit c06513e

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.circleci/config.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
steps:
282282
- checkout
283283
- setup_remote_docker:
284-
version: 20.10.6
284+
version: 20.10.24
285285
- run:
286286
name: build image pre-setup
287287
command: |
@@ -313,7 +313,7 @@ jobs:
313313
steps:
314314
- checkout
315315
- setup_remote_docker:
316-
version: 20.10.6
316+
version: 20.10.24
317317
- run:
318318
name: build image pre-setup
319319
command: |
@@ -345,7 +345,7 @@ jobs:
345345
steps:
346346
- checkout
347347
- setup_remote_docker:
348-
version: 20.10.6
348+
version: 20.10.24
349349
- run:
350350
name: build image pre-setup
351351
command: |
@@ -377,7 +377,7 @@ jobs:
377377
steps:
378378
- checkout
379379
- setup_remote_docker:
380-
version: 20.10.6
380+
version: 20.10.24
381381
- run:
382382
name: build image pre-setup
383383
command: |
@@ -409,7 +409,7 @@ jobs:
409409
steps:
410410
- checkout
411411
- setup_remote_docker:
412-
version: 20.10.6
412+
version: 20.10.24
413413
- run:
414414
name: build image pre-setup
415415
command: |
@@ -441,7 +441,7 @@ jobs:
441441
steps:
442442
- checkout
443443
- setup_remote_docker:
444-
version: 20.10.6
444+
version: 20.10.24
445445
- run:
446446
name: build image pre-setup
447447
command: |
@@ -473,7 +473,7 @@ jobs:
473473
steps:
474474
- checkout
475475
- setup_remote_docker:
476-
version: 20.10.6
476+
version: 20.10.24
477477
- run:
478478
name: build image pre-setup
479479
command: |
@@ -505,7 +505,7 @@ jobs:
505505
steps:
506506
- checkout
507507
- setup_remote_docker:
508-
version: 20.10.6
508+
version: 20.10.24
509509
- run:
510510
name: build image pre-setup
511511
command: |
@@ -537,7 +537,7 @@ jobs:
537537
steps:
538538
- checkout
539539
- setup_remote_docker:
540-
version: 20.10.6
540+
version: 20.10.24
541541
- run:
542542
name: build image pre-setup
543543
command: |
@@ -569,7 +569,7 @@ jobs:
569569
steps:
570570
- checkout
571571
- setup_remote_docker:
572-
version: 20.10.6
572+
version: 20.10.24
573573
- run:
574574
name: build image pre-setup
575575
command: |
@@ -601,7 +601,7 @@ jobs:
601601
steps:
602602
- checkout
603603
- setup_remote_docker:
604-
version: 20.10.6
604+
version: 20.10.24
605605
- run:
606606
name: build image pre-setup
607607
command: |
@@ -633,7 +633,7 @@ jobs:
633633
steps:
634634
- checkout
635635
- setup_remote_docker:
636-
version: 20.10.6
636+
version: 20.10.24
637637
- run:
638638
name: build image pre-setup
639639
command: |
@@ -664,7 +664,7 @@ jobs:
664664
steps:
665665
- checkout
666666
- setup_remote_docker:
667-
version: 20.10.6
667+
version: 20.10.24
668668
- run:
669669
name: build image pre-setup
670670
command: |
@@ -696,7 +696,7 @@ jobs:
696696
steps:
697697
- checkout
698698
- setup_remote_docker:
699-
version: 20.10.6
699+
version: 20.10.24
700700
- run:
701701
name: build image pre-setup
702702
command: |
@@ -727,7 +727,7 @@ jobs:
727727
steps:
728728
- checkout
729729
- setup_remote_docker:
730-
version: 20.10.6
730+
version: 20.10.24
731731
- run:
732732
name: build image pre-setup
733733
command: |
@@ -758,7 +758,7 @@ jobs:
758758
steps:
759759
- checkout
760760
- setup_remote_docker:
761-
version: 20.10.6
761+
version: 20.10.24
762762
- run:
763763
name: build image pre-setup
764764
command: |
@@ -790,7 +790,7 @@ jobs:
790790
steps:
791791
- checkout
792792
- setup_remote_docker:
793-
version: 20.10.6
793+
version: 20.10.24
794794
- run:
795795
name: build image pre-setup
796796
command: |
@@ -822,7 +822,7 @@ jobs:
822822
steps:
823823
- checkout
824824
- setup_remote_docker:
825-
version: 20.10.6
825+
version: 20.10.24
826826
- run:
827827
name: build image pre-setup
828828
command: |
@@ -853,7 +853,7 @@ jobs:
853853
steps:
854854
- checkout
855855
- setup_remote_docker:
856-
version: 20.10.6
856+
version: 20.10.24
857857
- run:
858858
# This won't run if previous commands have failed so the tag should be removed **manually**
859859
name: remove dummy release tag

0 commit comments

Comments
 (0)