From 0d988537fd8e900bbab7a9519b63f4e06f85c47f Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Sat, 13 Jan 2024 10:49:02 -0600 Subject: [PATCH] Update choffmeister/git-describe-semver to v0.4.0 - Update Dockerfile ENV values - Update README tools version table refs GH-1275 --- 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 ed8d2fc0..bc9c74fb 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ the `*-mirror-*` images: | ----------------------------------------------------------------------------------------- | --------- | | [`tc-hib/go-winres`](https://github.com/tc-hib/go-winres) | `v0.3.1` | | [`goreleaser/nfpm`](https://github.com/goreleaser/nfpm) | `v2.34.0` | -| [`choffmeister/git-describe-semver`](https://github.com/choffmeister/git-describe-semver) | `v0.3.11` | +| [`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 02803603..484ccae8 100644 --- a/oldstable/build/alpine-x64/Dockerfile +++ b/oldstable/build/alpine-x64/Dockerfile @@ -48,7 +48,7 @@ ENV GO_WINRES_VERSION="v0.3.1" ENV NFPM_VERSION="v2.34.0" # https://github.com/choffmeister/git-describe-semver/releases -ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" +ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" # Install specific version of packages # RUN apk update && \ diff --git a/oldstable/build/alpine-x86/Dockerfile b/oldstable/build/alpine-x86/Dockerfile index 799cc677..ab54e723 100644 --- a/oldstable/build/alpine-x86/Dockerfile +++ b/oldstable/build/alpine-x86/Dockerfile @@ -47,7 +47,7 @@ ENV GO_WINRES_VERSION="v0.3.1" ENV NFPM_VERSION="v2.34.0" # https://github.com/choffmeister/git-describe-semver/releases -ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" +ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" # Install specific version of packages # RUN apk update && \ diff --git a/oldstable/build/release/Dockerfile b/oldstable/build/release/Dockerfile index 74c35db1..03ba3ec7 100644 --- a/oldstable/build/release/Dockerfile +++ b/oldstable/build/release/Dockerfile @@ -37,7 +37,7 @@ ENV GO_WINRES_VERSION="v0.3.1" ENV NFPM_VERSION="v2.34.0" # https://github.com/choffmeister/git-describe-semver/releases -ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" +ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" RUN apt-get update \ && apt-get install -y --no-install-recommends \ diff --git a/stable/build/alpine-x64/Dockerfile b/stable/build/alpine-x64/Dockerfile index 1735a9c3..ad870e46 100644 --- a/stable/build/alpine-x64/Dockerfile +++ b/stable/build/alpine-x64/Dockerfile @@ -48,7 +48,7 @@ ENV GO_WINRES_VERSION="v0.3.1" ENV NFPM_VERSION="v2.34.0" # https://github.com/choffmeister/git-describe-semver/releases -ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" +ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" # Install specific version of packages # RUN apk update && \ diff --git a/stable/build/alpine-x86/Dockerfile b/stable/build/alpine-x86/Dockerfile index d5719772..22535c56 100644 --- a/stable/build/alpine-x86/Dockerfile +++ b/stable/build/alpine-x86/Dockerfile @@ -47,7 +47,7 @@ ENV GO_WINRES_VERSION="v0.3.1" ENV NFPM_VERSION="v2.34.0" # https://github.com/choffmeister/git-describe-semver/releases -ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" +ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" # Install specific version of packages # RUN apk update && \ diff --git a/stable/build/cgo-mingw-w64/Dockerfile b/stable/build/cgo-mingw-w64/Dockerfile index eb83f9ca..057b83bb 100644 --- a/stable/build/cgo-mingw-w64/Dockerfile +++ b/stable/build/cgo-mingw-w64/Dockerfile @@ -40,7 +40,7 @@ ENV GO_WINRES_VERSION="v0.3.1" ENV NFPM_VERSION="v2.34.0" # https://github.com/choffmeister/git-describe-semver/releases -ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" +ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" RUN apt-get update \ && apt-get install -y --no-install-recommends \ diff --git a/stable/build/release/Dockerfile b/stable/build/release/Dockerfile index 5184700d..5b64bc60 100644 --- a/stable/build/release/Dockerfile +++ b/stable/build/release/Dockerfile @@ -37,7 +37,7 @@ ENV GO_WINRES_VERSION="v0.3.1" ENV NFPM_VERSION="v2.34.0" # https://github.com/choffmeister/git-describe-semver/releases -ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" +ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" RUN apt-get update \ && apt-get install -y --no-install-recommends \ diff --git a/unstable/build/alpine-x64/Dockerfile b/unstable/build/alpine-x64/Dockerfile index 268cc1c0..612d5156 100644 --- a/unstable/build/alpine-x64/Dockerfile +++ b/unstable/build/alpine-x64/Dockerfile @@ -48,7 +48,7 @@ ENV GO_WINRES_VERSION="v0.3.1" ENV NFPM_VERSION="v2.34.0" # https://github.com/choffmeister/git-describe-semver/releases -ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" +ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" # Install specific version of packages # RUN apk update && \ diff --git a/unstable/build/alpine-x86/Dockerfile b/unstable/build/alpine-x86/Dockerfile index 2244393e..ddde3ccc 100644 --- a/unstable/build/alpine-x86/Dockerfile +++ b/unstable/build/alpine-x86/Dockerfile @@ -48,7 +48,7 @@ ENV GO_WINRES_VERSION="v0.3.1" ENV NFPM_VERSION="v2.34.0" # https://github.com/choffmeister/git-describe-semver/releases -ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" +ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" # Install specific version of packages # RUN apk update && \ diff --git a/unstable/build/release/Dockerfile b/unstable/build/release/Dockerfile index 950f2225..808ba0fb 100644 --- a/unstable/build/release/Dockerfile +++ b/unstable/build/release/Dockerfile @@ -38,7 +38,7 @@ ENV GO_WINRES_VERSION="v0.3.1" ENV NFPM_VERSION="v2.34.0" # https://github.com/choffmeister/git-describe-semver/releases -ENV GIT_DESCRIBE_SEMVER_VERSION="v0.3.11" +ENV GIT_DESCRIBE_SEMVER_VERSION="v0.4.0" RUN apt-get update \ && apt-get install -y --no-install-recommends \