From ea09ba6dd547254c72395807ad5ecac9fb67813e Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Thu, 18 Sep 2025 09:45:31 +0300 Subject: [PATCH] BUILDX_VERSION=0.28.0 and DOCKER_VERSION=28.4.0-dind-alpine3.22 --- .drone.yml | 6 +++--- Dockerfile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 272707e..afde9ce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ name: docker-with-buildx steps: - name: Release For Tag # https://hub.docker.com/r/library/docker - image: hub.docker.struchkov.dev/docker:28.3.0-dind-alpine3.22 + image: hub.docker.struchkov.dev/docker:28.4.0-dind-alpine3.22 environment: DOCKER_REGISTRY_TOKEN: from_secret: DOCKER_REGISTRY_TOKEN @@ -32,7 +32,7 @@ trigger: services: - name: docker # https://hub.docker.com/r/library/docker - image: hub.docker.struchkov.dev/docker:28.3.0-dind-alpine3.22 + image: hub.docker.struchkov.dev/docker:28.4.0-dind-alpine3.22 privileged: true volumes: - name: dockersock @@ -48,6 +48,6 @@ image_pull_secrets: # drone sign --save DockerFiles/docker-with-buildx --- kind: signature -hmac: 1d61087f0abef2cba49ef473f73b417af31bdfb30b618fff5f041e76b92b5c1d +hmac: 12d48ddcf865b2b5ad796db53a09a093f1e38a301c86ab489c8ab83d3c06faf4 ... diff --git a/Dockerfile b/Dockerfile index b7c4226..b00af8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # https://github.com/docker/buildx/releases/ -ARG BUILDX_VERSION=0.25.0 +ARG BUILDX_VERSION=0.28.0 # https://hub.docker.com/r/library/docker -ARG DOCKER_VERSION=28.3.0-dind-alpine3.22 +ARG DOCKER_VERSION=28.4.0-dind-alpine3.22 FROM hub.docker.struchkov.dev/alpine AS fetcher