From a74eced0a8a27d03937b3035b8347c468bd2dfac Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Thu, 18 Sep 2025 09:57:53 +0300 Subject: [PATCH] update build --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0a6d23cfb..492052aa1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,7 +66,7 @@ volumes: 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 @@ -98,6 +98,6 @@ steps: # drone sign --save DockerFiles/quartz --- kind: signature -hmac: 92bad2dafd8c4e1f8830b3a90283d8901d1423843831b82965055cd53485e6c8 +hmac: f1317899b9e43af52a1fea0b8718b0a7b5e696b96b1793502ef81c1bd33fe7f3 ...