From 67f0fa2bf161a4cfe8e6e703a2ef510bf091735c Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Sat, 13 Jan 2024 10:58:11 -0600 Subject: [PATCH] Update goreleaser/nfpm to v2.35.2 - Update Dockerfile ENV values - Update README tools version table refs GH-1283 --- 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 bc9c74fb..3bb3648d 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.34.0` | +| [`goreleaser/nfpm`](https://github.com/goreleaser/nfpm) | `v2.35.2` | | [`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 484ccae8..503a1729 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.34.0" +ENV NFPM_VERSION="v2.35.2" # 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 ab54e723..8a40d3e3 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.34.0" +ENV NFPM_VERSION="v2.35.2" # 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 03ba3ec7..9c391862 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.34.0" +ENV NFPM_VERSION="v2.35.2" # 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 ad870e46..c5126285 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.34.0" +ENV NFPM_VERSION="v2.35.2" # 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 22535c56..2f532f72 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.34.0" +ENV NFPM_VERSION="v2.35.2" # 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 057b83bb..369f98af 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.34.0" +ENV NFPM_VERSION="v2.35.2" # 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 5b64bc60..bf9bc452 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.34.0" +ENV NFPM_VERSION="v2.35.2" # 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 612d5156..3d1a7533 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.34.0" +ENV NFPM_VERSION="v2.35.2" # 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 ddde3ccc..f8551d0b 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.34.0" +ENV NFPM_VERSION="v2.35.2" # 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 808ba0fb..054529c7 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.34.0" +ENV NFPM_VERSION="v2.35.2" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0"