diff --git a/.drone.yml b/.drone.yml index dc7c2e8c8..0a6d23cfb 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:27.3.1-dind-alpine3.20 + image: hub.docker.struchkov.dev/docker:28.3.0-dind-alpine3.22 privileged: true volumes: - name: dockersock @@ -98,6 +98,6 @@ steps: # drone sign --save DockerFiles/quartz --- kind: signature -hmac: bab4b60f42503ed878c70e6a48411ec40dcfc8609dc776c0310050c7984609e9 +hmac: 92bad2dafd8c4e1f8830b3a90283d8901d1423843831b82965055cd53485e6c8 ...