From 8fe95dcf646d5964d2c6ef94a521c192c3899987 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 22 Sep 2023 06:47:37 -0500 Subject: [PATCH] Update goreleaser/nfpm from v2.33.0 to v2.33.1 - Update Dockerfile ENV values - Update README tools version table refs GH-1193 --- 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 f8896b74..b37b180e 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.33.0` | +| [`goreleaser/nfpm`](https://github.com/goreleaser/nfpm) | `v2.33.1` | | [`choffmeister/git-describe-semver`](https://github.com/choffmeister/git-describe-semver) | `v0.3.11` | ### Matrix images diff --git a/oldstable/build/alpine-x64/Dockerfile b/oldstable/build/alpine-x64/Dockerfile index 668bbe34..b0fa3b7b 100644 --- a/oldstable/build/alpine-x64/Dockerfile +++ b/oldstable/build/alpine-x64/Dockerfile @@ -39,7 +39,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.33.0" +ENV NFPM_VERSION="v2.33.1" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" diff --git a/oldstable/build/alpine-x86/Dockerfile b/oldstable/build/alpine-x86/Dockerfile index 6a89094f..14fd37f1 100644 --- a/oldstable/build/alpine-x86/Dockerfile +++ b/oldstable/build/alpine-x86/Dockerfile @@ -38,7 +38,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.33.0" +ENV NFPM_VERSION="v2.33.1" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" diff --git a/oldstable/build/release/Dockerfile b/oldstable/build/release/Dockerfile index 0384c8ef..22f7717b 100644 --- a/oldstable/build/release/Dockerfile +++ b/oldstable/build/release/Dockerfile @@ -28,7 +28,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.33.0" +ENV NFPM_VERSION="v2.33.1" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" diff --git a/stable/build/alpine-x64/Dockerfile b/stable/build/alpine-x64/Dockerfile index 44674f5a..788a2c17 100644 --- a/stable/build/alpine-x64/Dockerfile +++ b/stable/build/alpine-x64/Dockerfile @@ -39,7 +39,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.33.0" +ENV NFPM_VERSION="v2.33.1" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" diff --git a/stable/build/alpine-x86/Dockerfile b/stable/build/alpine-x86/Dockerfile index f03c51f1..ab5b68ae 100644 --- a/stable/build/alpine-x86/Dockerfile +++ b/stable/build/alpine-x86/Dockerfile @@ -38,7 +38,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.33.0" +ENV NFPM_VERSION="v2.33.1" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" diff --git a/stable/build/cgo-mingw-w64/Dockerfile b/stable/build/cgo-mingw-w64/Dockerfile index 5dd59ce7..5beb4448 100644 --- a/stable/build/cgo-mingw-w64/Dockerfile +++ b/stable/build/cgo-mingw-w64/Dockerfile @@ -31,7 +31,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.33.0" +ENV NFPM_VERSION="v2.33.1" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" diff --git a/stable/build/release/Dockerfile b/stable/build/release/Dockerfile index d7efbdd6..df7f60dd 100644 --- a/stable/build/release/Dockerfile +++ b/stable/build/release/Dockerfile @@ -28,7 +28,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.33.0" +ENV NFPM_VERSION="v2.33.1" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" diff --git a/unstable/build/alpine-x64/Dockerfile b/unstable/build/alpine-x64/Dockerfile index 79efaa8a..74e24b0e 100644 --- a/unstable/build/alpine-x64/Dockerfile +++ b/unstable/build/alpine-x64/Dockerfile @@ -39,7 +39,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.33.0" +ENV NFPM_VERSION="v2.33.1" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" diff --git a/unstable/build/alpine-x86/Dockerfile b/unstable/build/alpine-x86/Dockerfile index b1bed7e5..30d68be3 100644 --- a/unstable/build/alpine-x86/Dockerfile +++ b/unstable/build/alpine-x86/Dockerfile @@ -39,7 +39,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.33.0" +ENV NFPM_VERSION="v2.33.1" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" diff --git a/unstable/build/release/Dockerfile b/unstable/build/release/Dockerfile index 0b6fa507..c8638a42 100644 --- a/unstable/build/release/Dockerfile +++ b/unstable/build/release/Dockerfile @@ -29,7 +29,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.33.0" +ENV NFPM_VERSION="v2.33.1" # https://github.com/choffmeister/git-describe-semver/releases ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11"