Skip to content

Commit

Permalink
update docker remote version for CI (OHIF#2629)
Browse files Browse the repository at this point in the history
  • Loading branch information
Punzo authored Dec 2, 2021
1 parent 35ed82e commit abf050e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
command: yarn install --frozen-lockfile

- setup_remote_docker:
version: 19.03.13
docker_layer_caching: false

- run:
Expand Down Expand Up @@ -295,6 +296,7 @@ jobs:
- attach_workspace:
at: ~/repo
- setup_remote_docker:
version: 19.03.13
docker_layer_caching: false
- run:
name: Build and push Docker image
Expand Down

0 comments on commit abf050e

Please sign in to comment.