diff --git a/.drone.yml b/.drone.yml index 18fa560..42563d4 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.4.0-dind-alpine3.21 + image: hub.docker.struchkov.dev/docker:27.5.1-dind-alpine3.21 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.4.0-dind-alpine3.21 + image: hub.docker.struchkov.dev/docker:27.5.1-dind-alpine3.21 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.4.0-dind-alpine3.21 + image: hub.docker.struchkov.dev/docker:27.5.1-dind-alpine3.21 privileged: true volumes: - name: dockersock @@ -89,6 +89,6 @@ image_pull_secrets: # drone sign --save DockerFiles/samba --- kind: signature -hmac: a7ab87e9cb245fbecd0c6b49c11fdf2157908bc73d89f8e3b6114fcf3a5b7249 +hmac: e3ac874fd599798eeed6a569198168f3bdb7ef3bbd262d47ac6c53af483ccac8 ...