From 646752cbed7210c74b0210a6875467705e0a04e8 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 Jun 2023 19:24:25 +0200 Subject: [PATCH] feat(ci): use docker.io/plugins/drone v20.10.9 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7a74c38..293f23b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -70,7 +70,7 @@ steps: image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build - image: docker.io/plugins/docker:latest + image: docker.io/plugins/docker:20.10.9 settings: dockerfile: Dockerfile auto_tag: false @@ -131,7 +131,7 @@ steps: image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build - image: docker.io/plugins/docker:latest + image: docker.io/plugins/docker:20.10.9 settings: dockerfile: Dockerfile auto_tag: false @@ -248,7 +248,7 @@ steps: image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build - image: docker.io/plugins/docker:latest + image: docker.io/plugins/docker:20.10.9 settings: dockerfile: Dockerfile auto_tag: true