Skip to content

Commit

Permalink
chore: fix docker version in the drone pipeline
Browse files Browse the repository at this point in the history
We need 20+ to get cgroupsv2 compatibility.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Sep 17, 2021
1 parent e52071d commit a2bb2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ steps:

services:
- name: docker
image: docker:19.03-dind
image: docker:20.10-dind
entrypoint:
- dockerd
commands:
Expand Down Expand Up @@ -240,6 +240,6 @@ depends_on:
- default
---
kind: signature
hmac: 04c7419d7c3f8495fc1f98d0a44f04adf1cbefe83490598592c5017ae93830d8
hmac: be731588cd395016c6bf2c73f6266d491916a5e41a5fc2745e77aa99d1e014c2

...

0 comments on commit a2bb2d0

Please sign in to comment.