From cab7b682801acfa6e129c34c2d0d613197eb77df Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 8 Nov 2024 05:15:05 -0600 Subject: [PATCH] Update goreleaser/nfpm to v2.41.0 (redux) - Update Dockerfile ENV values - Update README tools version table NOTE: This set of changes was intended to be included with 6f4a2ca650a1f1cf66d029bd9bac5157ffb1fcf4 but due to a glitch with my editor these were omitted. refs GH-1763 refs GH-1784 --- stable/build/alpine-x86/Dockerfile | 2 +- unstable/build/alpine-x86/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/build/alpine-x86/Dockerfile b/stable/build/alpine-x86/Dockerfile index ceab409c..2eb645c4 100644 --- a/stable/build/alpine-x86/Dockerfile +++ b/stable/build/alpine-x86/Dockerfile @@ -44,7 +44,7 @@ ENV APK_XZ_VERSION="5.6.2-r0" ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases -ENV NFPM_VERSION="v2.40.0" +ENV NFPM_VERSION="v2.41.0" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" diff --git a/unstable/build/alpine-x86/Dockerfile b/unstable/build/alpine-x86/Dockerfile index e8fa8b8d..479b6102 100644 --- a/unstable/build/alpine-x86/Dockerfile +++ b/unstable/build/alpine-x86/Dockerfile @@ -45,7 +45,7 @@ ENV APK_XZ_VERSION="5.6.2-r0" ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases -ENV NFPM_VERSION="v2.40.0" +ENV NFPM_VERSION="v2.41.0" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0"