Update docker Docker tag to v20.10.24
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2025-03-25 02:00:22 +00:00
parent 61facdcc76
commit ea99703a18

View File

@@ -7,7 +7,7 @@ trigger:
steps:
- name: docker-login
image: docker:20.10.16-dind
image: docker:20.10.24-dind
privileged: true
environment:
DOCKER_BUILDKIT: 1
@@ -19,7 +19,7 @@ steps:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- name: create-builder
image: docker:20.10.16-dind
image: docker:20.10.24-dind
privileged: true
environment:
DOCKER_BUILDKIT: 1
@@ -27,7 +27,7 @@ steps:
- docker buildx create --use --name multi-builder || docker buildx use multi-builder
- name: bootstrap
image: docker:20.10.16-dind
image: docker:20.10.24-dind
privileged: true
environment:
DOCKER_BUILDKIT: 1
@@ -35,7 +35,7 @@ steps:
- docker buildx inspect --bootstrap
- name: build-push
image: docker:20.10.16-dind
image: docker:20.10.24-dind
privileged: true
environment:
DOCKER_BUILDKIT: 1