Skip to content

Commit ba972d5

Browse files
committed
Use latest docker version in circleci pipeline
1 parent 00b3c0c commit ba972d5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ jobs:
8282
- image: cimg/base:2024.01
8383
steps:
8484
- checkout
85-
- setup_remote_docker:
86-
version: 20.10.18
85+
- setup_remote_docker
8786
- run: |
8887
for cmd in << pipeline.parameters.cmds >>; do
8988
docker build --build-arg cmd=${cmd} -f ./cmd/${cmd}/Dockerfile -t robocupssl/${cmd}:latest .
@@ -95,8 +94,7 @@ jobs:
9594
- image: cimg/base:2024.01
9695
steps:
9796
- checkout
98-
- setup_remote_docker:
99-
version: 20.10.18
97+
- setup_remote_docker
10098
- run: |
10199
# Parse version from tag (removing 'v' prefix)
102100
TAG=${CIRCLE_TAG:1}

0 commit comments

Comments
 (0)