From 886093292a4d957d673e8c4cbf78a325c38b14b3 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Tue, 27 Aug 2024 18:45:44 +0300 Subject: [PATCH] update version --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3c47b4b..550a839 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:27.0.3-dind-alpine3.20 + image: hub.docker.struchkov.dev/docker:27.1.2-dind-alpine3.20 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:27.0.3-dind-alpine3.20 + image: hub.docker.struchkov.dev/docker:27.1.2-dind-alpine3.20 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:27.0.3-dind-alpine3.20 + image: hub.docker.struchkov.dev/docker:27.1.2-dind-alpine3.20 privileged: true volumes: - name: dockersock @@ -89,6 +89,6 @@ image_pull_secrets: # drone sign --save DockerFiles/samba --- kind: signature -hmac: 2758b59a6150764978d01f05379a929043ca72cc02a0fbe5fdd82365bfa7cb98 +hmac: 405f7af6b10dd18440a70f7fbc159e92528abb55b06fab113a3e97ee0efe9c1e ...