Use the latest docker in CI

This commit is contained in:
Micah Lee 2021-11-29 16:10:34 -08:00
parent 4a92048389
commit 0908e2941b
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -66,7 +66,7 @@ jobs:
build-container-image: build-container-image:
working_directory: /app working_directory: /app
docker: docker:
- image: docker:20.10.11-dind - image: docker:dind
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache: