Skip to content

Commit 2110b06

Browse files
committed
Update docker version in Circle CI
1 parent 13e6708 commit 2110b06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ jobs:
119119
NUM_BUILD_PROCS: "2"
120120
steps:
121121
- checkout
122-
- setup_remote_docker
122+
- setup_remote_docker:
123+
version: 20.10.6
123124
- install-go
124125
- run: docker buildx create --name builder --platform linux/amd64,linux/arm64 --use && docker buildx inspect --bootstrap
125126
- run: sudo pip install awscli
@@ -142,7 +143,8 @@ jobs:
142143
CORTEX_TEST_BATCH_S3_PATH: s3://cortex-nightly-artifacts/test/jobs
143144
steps:
144145
- checkout
145-
- setup_remote_docker
146+
- setup_remote_docker:
147+
version: 20.10.6
146148
- install-e2e-dependencies
147149
- run:
148150
name: Initialize Credentials

0 commit comments

Comments
 (0)