From 53c2076adcf37475a7708909f37984e8c81b0168 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Tue, 10 Dec 2024 09:07:17 +0300 Subject: [PATCH] BUILDX_VERSION=0.19.2 and DOCKER_VERSION=27.4.0-dind-alpine3.20 --- .drone.yml | 6 +++--- Dockerfile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7c52bb0..752c56f 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:27.3.1-dind-alpine3.20 + image: hub.docker.struchkov.dev/docker:27.4.0-dind-alpine3.20 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:27.3.1-dind-alpine3.20 + image: hub.docker.struchkov.dev/docker:27.4.0-dind-alpine3.20 privileged: true volumes: - name: dockersock @@ -48,6 +48,6 @@ image_pull_secrets: # drone sign --save DockerFiles/docker-with-buildx --- kind: signature -hmac: 51b488a1807188012573693778f74f716c383b739d26b7b1b322b7b976ac28b6 +hmac: 6c5aec8d82b9a7a9711673d7a001da049a42aff54f556fd88d0e60b4d10c695f ... diff --git a/Dockerfile b/Dockerfile index 8c556d8..bb93f1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # https://github.com/docker/buildx/releases/ -ARG BUILDX_VERSION=0.17.1 +ARG BUILDX_VERSION=0.19.2 # https://hub.docker.com/r/library/docker -ARG DOCKER_VERSION=27.3.1-dind-alpine3.20 +ARG DOCKER_VERSION=27.4.0-dind-alpine3.20 FROM hub.docker.struchkov.dev/alpine AS fetcher