chore(deps): update goreleaser/nfpm docker tag to v2.35.3 (#1692)
continuous-integration/drone/push Build is failing Details

Reviewed-on: vikunja/api#1692
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate 2024-01-31 21:31:40 +00:00 committed by konrad
parent 415683e9b2
commit 206900cdcb
1 changed files with 3 additions and 3 deletions

View File

@ -551,7 +551,7 @@ steps:
# Build os packages and push it to our bucket
- name: build-os-packages-unstable
image: goreleaser/nfpm:v2.35.2
image: goreleaser/nfpm:v2.35.3
pull: always
commands:
- apk add git go
@ -567,7 +567,7 @@ steps:
depends_on: [ after-build-compress ]
- name: build-os-packages-version
image: goreleaser/nfpm:v2.35.2
image: goreleaser/nfpm:v2.35.3
pull: always
commands:
- apk add git go
@ -776,6 +776,6 @@ steps:
- failure
---
kind: signature
hmac: 1d4af2ab41b63cfe6de2ef2cc4bc8c5aea8acb9087b20f0d7674d3a3ce63fed5
hmac: 376568101d98cf50e925d438e7f0d7ee6dfb0effd2cc5719d2884ef3fd64ddd0
...