Skip to content

Commit

Permalink
chore: bump setup_remote_docker version.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Sep 1, 2023
1 parent f19f132 commit 021baff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- checkout
- setup_remote_docker: # used by integration tests that runs driverkit binary that needs docker
version: 20.10.12
version: 20.10.24
- run:
name: Install deps
command: apk add gcc musl-dev make bash git
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
at: /
- checkout
- setup_remote_docker:
version: 20.10.12
version: 20.10.24
docker_layer_caching: true
- run:
name: Install deps
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.12
version: 20.10.24
- run:
name: Prepare env
command: |
Expand Down

0 comments on commit 021baff

Please sign in to comment.