From 56028f1bf14d92abd123fa098b1b0dda91f7a612 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Thu, 18 Sep 2025 09:50:12 +0300 Subject: [PATCH] update version --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 40e128f..3947bd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: docker build an publish # 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 @@ -30,7 +30,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 @@ -73,7 +73,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 @@ -89,6 +89,6 @@ image_pull_secrets: # drone sign --save DockerFiles/samba --- kind: signature -hmac: 4cbc18512666aa5be4e8432fd427f69bb5a96cf567c5a82ab712ecfd904e6af8 +hmac: 2bd12a4c8ba03c069c36b75d0c6e0e0e6af2a3a9bfeac71814fd87c606dbb5e0 ...