update version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Struchkov Mark 2024-12-10 09:12:50 +03:00
parent 5938cb3c31
commit 48f382e2a1
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -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.20
image: hub.docker.struchkov.dev/docker:27.4.0-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.20
image: hub.docker.struchkov.dev/docker:27.4.0-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.20
image: hub.docker.struchkov.dev/docker:27.4.0-dind-alpine3.21
privileged: true
volumes:
- name: dockersock
@ -89,6 +89,6 @@ image_pull_secrets:
# drone sign --save DockerFiles/samba
---
kind: signature
hmac: af740c3444f4927fdd9f8039d3c1e656952057ab5b107a17ec4af938cf846f4b
hmac: a7ab87e9cb245fbecd0c6b49c11fdf2157908bc73d89f8e3b6114fcf3a5b7249
...