From c4e5e722e42d6881ebd2f7fe783d64e3f851639d Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 6 Jan 2023 11:05:47 +0000 Subject: [PATCH] chore(deps): update goreleaser/nfpm docker tag to v2.23.0 (#1347) Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1347 Co-authored-by: renovate Co-committed-by: renovate --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c08538c020..a2e901ee0e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -506,7 +506,7 @@ steps: # Build os packages and push it to our bucket - name: build-os-packages-unstable - image: goreleaser/nfpm:v2.22.2 + image: goreleaser/nfpm:v2.23.0 pull: always commands: - apk add git go @@ -522,7 +522,7 @@ steps: depends_on: [ after-build-compress ] - name: build-os-packages-version - image: goreleaser/nfpm:v2.22.2 + image: goreleaser/nfpm:v2.23.0 pull: always commands: - apk add git go @@ -721,6 +721,6 @@ steps: - failure --- kind: signature -hmac: 2c7e3250304826cb62d54db4e6d2638bc8f182097306fb93772d07d7bc3cf7e8 +hmac: b72d8116bc58feb2817a33c470c231b34c93a3650f402010217d50bf8b3ca341 ...