From 38982ab39513387f1b395e010677e329c0322f15 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Thu, 1 Feb 2024 05:54:04 -0600 Subject: [PATCH] Update goreleaser/nfpm to v2.35.3 - Update Dockerfile ENV values - Update README tools version table refs GH-1320 --- README.md | 2 +- oldstable/build/alpine-x64/Dockerfile | 2 +- oldstable/build/alpine-x86/Dockerfile | 2 +- oldstable/build/release/Dockerfile | 2 +- stable/build/alpine-x64/Dockerfile | 2 +- stable/build/alpine-x86/Dockerfile | 2 +- stable/build/cgo-mingw-w64/Dockerfile | 2 +- stable/build/release/Dockerfile | 2 +- unstable/build/alpine-x64/Dockerfile | 2 +- unstable/build/alpine-x86/Dockerfile | 2 +- unstable/build/release/Dockerfile | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9bc669b6..45e0e529 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ the `*-mirror-*` images: | Build tool | Version | | ----------------------------------------------------------------------------------------- | --------- | | [`tc-hib/go-winres`](https://github.com/tc-hib/go-winres) | `v0.3.1` | -| [`goreleaser/nfpm`](https://github.com/goreleaser/nfpm) | `v2.35.2` | +| [`goreleaser/nfpm`](https://github.com/goreleaser/nfpm) | `v2.35.3` | | [`choffmeister/git-describe-semver`](https://github.com/choffmeister/git-describe-semver) | `v0.4.0` | ### Matrix images diff --git a/oldstable/build/alpine-x64/Dockerfile b/oldstable/build/alpine-x64/Dockerfile index 9dde543d..78fbd2a2 100644 --- a/oldstable/build/alpine-x64/Dockerfile +++ b/oldstable/build/alpine-x64/Dockerfile @@ -45,7 +45,7 @@ ENV APK_XZ_VERSION="5.4.3-r0" ENV GO_WINRES_VERSION="v0.3.1" # https://github.com/goreleaser/nfpm/releases -ENV NFPM_VERSION="v2.35.2" +ENV NFPM_VERSION="v2.35.3" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" diff --git a/oldstable/build/alpine-x86/Dockerfile b/oldstable/build/alpine-x86/Dockerfile index ea6fe84e..3b816fb9 100644 --- a/oldstable/build/alpine-x86/Dockerfile +++ b/oldstable/build/alpine-x86/Dockerfile @@ -44,7 +44,7 @@ ENV APK_XZ_VERSION="5.4.3-r0" ENV GO_WINRES_VERSION="v0.3.1" # https://github.com/goreleaser/nfpm/releases -ENV NFPM_VERSION="v2.35.2" +ENV NFPM_VERSION="v2.35.3" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" diff --git a/oldstable/build/release/Dockerfile b/oldstable/build/release/Dockerfile index 3a6743b9..fa5d1216 100644 --- a/oldstable/build/release/Dockerfile +++ b/oldstable/build/release/Dockerfile @@ -34,7 +34,7 @@ ENV XZ_UTILS_VERSION="5.4.1-0.2" ENV GO_WINRES_VERSION="v0.3.1" # https://github.com/goreleaser/nfpm/releases -ENV NFPM_VERSION="v2.35.2" +ENV NFPM_VERSION="v2.35.3" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" diff --git a/stable/build/alpine-x64/Dockerfile b/stable/build/alpine-x64/Dockerfile index 7f2369c0..b7b76e65 100644 --- a/stable/build/alpine-x64/Dockerfile +++ b/stable/build/alpine-x64/Dockerfile @@ -45,7 +45,7 @@ ENV APK_XZ_VERSION="5.4.3-r0" ENV GO_WINRES_VERSION="v0.3.1" # https://github.com/goreleaser/nfpm/releases -ENV NFPM_VERSION="v2.35.2" +ENV NFPM_VERSION="v2.35.3" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" diff --git a/stable/build/alpine-x86/Dockerfile b/stable/build/alpine-x86/Dockerfile index 991538dd..e9c524bb 100644 --- a/stable/build/alpine-x86/Dockerfile +++ b/stable/build/alpine-x86/Dockerfile @@ -44,7 +44,7 @@ ENV APK_XZ_VERSION="5.4.3-r0" ENV GO_WINRES_VERSION="v0.3.1" # https://github.com/goreleaser/nfpm/releases -ENV NFPM_VERSION="v2.35.2" +ENV NFPM_VERSION="v2.35.3" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" diff --git a/stable/build/cgo-mingw-w64/Dockerfile b/stable/build/cgo-mingw-w64/Dockerfile index 8f086f26..f257a1d6 100644 --- a/stable/build/cgo-mingw-w64/Dockerfile +++ b/stable/build/cgo-mingw-w64/Dockerfile @@ -37,7 +37,7 @@ ENV XZ_UTILS_VERSION="5.4.1-0.2" ENV GO_WINRES_VERSION="v0.3.1" # https://github.com/goreleaser/nfpm/releases -ENV NFPM_VERSION="v2.35.2" +ENV NFPM_VERSION="v2.35.3" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" diff --git a/stable/build/release/Dockerfile b/stable/build/release/Dockerfile index 20420555..54a68628 100644 --- a/stable/build/release/Dockerfile +++ b/stable/build/release/Dockerfile @@ -34,7 +34,7 @@ ENV XZ_UTILS_VERSION="5.4.1-0.2" ENV GO_WINRES_VERSION="v0.3.1" # https://github.com/goreleaser/nfpm/releases -ENV NFPM_VERSION="v2.35.2" +ENV NFPM_VERSION="v2.35.3" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" diff --git a/unstable/build/alpine-x64/Dockerfile b/unstable/build/alpine-x64/Dockerfile index 437a4328..332684dd 100644 --- a/unstable/build/alpine-x64/Dockerfile +++ b/unstable/build/alpine-x64/Dockerfile @@ -45,7 +45,7 @@ ENV APK_XZ_VERSION="5.4.3-r0" ENV GO_WINRES_VERSION="v0.3.1" # https://github.com/goreleaser/nfpm/releases -ENV NFPM_VERSION="v2.35.2" +ENV NFPM_VERSION="v2.35.3" # 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 0609fdd2..bfe98781 100644 --- a/unstable/build/alpine-x86/Dockerfile +++ b/unstable/build/alpine-x86/Dockerfile @@ -45,7 +45,7 @@ ENV APK_XZ_VERSION="5.4.3-r0" ENV GO_WINRES_VERSION="v0.3.1" # https://github.com/goreleaser/nfpm/releases -ENV NFPM_VERSION="v2.35.2" +ENV NFPM_VERSION="v2.35.3" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" diff --git a/unstable/build/release/Dockerfile b/unstable/build/release/Dockerfile index 050745cf..e8b6f73e 100644 --- a/unstable/build/release/Dockerfile +++ b/unstable/build/release/Dockerfile @@ -35,7 +35,7 @@ ENV XZ_UTILS_VERSION="5.4.1-0.2" ENV GO_WINRES_VERSION="v0.3.1" # https://github.com/goreleaser/nfpm/releases -ENV NFPM_VERSION="v2.35.2" +ENV NFPM_VERSION="v2.35.3" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0"