Skip to content

Commit

Permalink
Merge pull request #7777 from ipfs/docker_remote_19.03.13
Browse files Browse the repository at this point in the history
Update remote docker version
  • Loading branch information
aschmahmann authored Nov 16, 2020
2 parents b4dbfd3 + a507a15 commit 79a5530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: "18.09.3"
version: "19.03.13"
- run:
name: Build Docker image
command: |
Expand All @@ -311,7 +311,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: "18.09.3"
version: "19.03.13"
- attach_workspace:
at: /tmp/workspace
- run:
Expand Down

0 comments on commit 79a5530

Please sign in to comment.