From 678195c543304f268d29e67123467d0a8daf7b2a Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 3 May 2024 16:33:23 -0500 Subject: [PATCH] Update tc-hib/go-winres to v0.3.3 - Update Dockerfile ENV values - Update README tools version table refs GH-1493 --- README.md | 2 +- oldstable/build/alpine-x64/Dockerfile | 2 +- oldstable/build/alpine-x86/Dockerfile | 2 +- oldstable/build/cgo-mingw-w64-x64/Dockerfile | 2 +- oldstable/build/cgo-mingw-w64-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-x64/Dockerfile | 2 +- stable/build/cgo-mingw-w64-x86/Dockerfile | 2 +- stable/build/release/Dockerfile | 2 +- unstable/build/alpine-x64/Dockerfile | 2 +- unstable/build/alpine-x86/Dockerfile | 2 +- unstable/build/cgo-mingw-w64-x64/Dockerfile | 2 +- unstable/build/cgo-mingw-w64-x86/Dockerfile | 2 +- unstable/build/release/Dockerfile | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index db4895c0..cae30a38 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ the `*-mirror-*` images: | Build tool | Version | | ----------------------------------------------------------------------------------------- | --------- | -| [`tc-hib/go-winres`](https://github.com/tc-hib/go-winres) | `v0.3.1` | +| [`tc-hib/go-winres`](https://github.com/tc-hib/go-winres) | `v0.3.3` | | [`goreleaser/nfpm`](https://github.com/goreleaser/nfpm) | `v2.36.1` | | [`choffmeister/git-describe-semver`](https://github.com/choffmeister/git-describe-semver) | `v0.4.0` | diff --git a/oldstable/build/alpine-x64/Dockerfile b/oldstable/build/alpine-x64/Dockerfile index f4f99b48..ca2302ae 100644 --- a/oldstable/build/alpine-x64/Dockerfile +++ b/oldstable/build/alpine-x64/Dockerfile @@ -42,7 +42,7 @@ ENV APK_MUSL_DEV_VERSION="1.2.4-r2" ENV APK_XZ_VERSION="5.4.3-r0" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/oldstable/build/alpine-x86/Dockerfile b/oldstable/build/alpine-x86/Dockerfile index 9c9bda60..4ac8c6a9 100644 --- a/oldstable/build/alpine-x86/Dockerfile +++ b/oldstable/build/alpine-x86/Dockerfile @@ -41,7 +41,7 @@ ENV APK_MUSL_DEV_VERSION="1.2.4-r2" ENV APK_XZ_VERSION="5.4.3-r0" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/oldstable/build/cgo-mingw-w64-x64/Dockerfile b/oldstable/build/cgo-mingw-w64-x64/Dockerfile index 539cd19b..aa633b6b 100644 --- a/oldstable/build/cgo-mingw-w64-x64/Dockerfile +++ b/oldstable/build/cgo-mingw-w64-x64/Dockerfile @@ -39,7 +39,7 @@ ENV APT_LIBGL1_MESA_DEV_VERSION="20.3.5-1" ENV APT_XORG_DEV_VERSION="1:7.7+22" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/oldstable/build/cgo-mingw-w64-x86/Dockerfile b/oldstable/build/cgo-mingw-w64-x86/Dockerfile index ddd9face..4ccb809d 100644 --- a/oldstable/build/cgo-mingw-w64-x86/Dockerfile +++ b/oldstable/build/cgo-mingw-w64-x86/Dockerfile @@ -39,7 +39,7 @@ ENV APT_LIBGL1_MESA_DEV_VERSION="20.3.5-1" ENV APT_XORG_DEV_VERSION="1:7.7+22" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/oldstable/build/release/Dockerfile b/oldstable/build/release/Dockerfile index 62cb5211..cfee33d0 100644 --- a/oldstable/build/release/Dockerfile +++ b/oldstable/build/release/Dockerfile @@ -31,7 +31,7 @@ ENV APT_TREE_VERSION="2.1.0-1" ENV XZ_UTILS_VERSION="5.4.1-0.2" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/stable/build/alpine-x64/Dockerfile b/stable/build/alpine-x64/Dockerfile index 092736ca..b280a75b 100644 --- a/stable/build/alpine-x64/Dockerfile +++ b/stable/build/alpine-x64/Dockerfile @@ -42,7 +42,7 @@ ENV APK_MUSL_DEV_VERSION="1.2.4-r2" ENV APK_XZ_VERSION="5.4.3-r0" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/stable/build/alpine-x86/Dockerfile b/stable/build/alpine-x86/Dockerfile index 5d640762..20ba37ce 100644 --- a/stable/build/alpine-x86/Dockerfile +++ b/stable/build/alpine-x86/Dockerfile @@ -41,7 +41,7 @@ ENV APK_MUSL_DEV_VERSION="1.2.4-r2" ENV APK_XZ_VERSION="5.4.3-r0" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/stable/build/cgo-mingw-w64-x64/Dockerfile b/stable/build/cgo-mingw-w64-x64/Dockerfile index c70e0225..d2e77f0d 100644 --- a/stable/build/cgo-mingw-w64-x64/Dockerfile +++ b/stable/build/cgo-mingw-w64-x64/Dockerfile @@ -39,7 +39,7 @@ ENV APT_LIBGL1_MESA_DEV_VERSION="20.3.5-1" ENV APT_XORG_DEV_VERSION="1:7.7+22" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/stable/build/cgo-mingw-w64-x86/Dockerfile b/stable/build/cgo-mingw-w64-x86/Dockerfile index 27ad047b..fd314962 100644 --- a/stable/build/cgo-mingw-w64-x86/Dockerfile +++ b/stable/build/cgo-mingw-w64-x86/Dockerfile @@ -39,7 +39,7 @@ ENV APT_LIBGL1_MESA_DEV_VERSION="20.3.5-1" ENV APT_XORG_DEV_VERSION="1:7.7+22" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/stable/build/release/Dockerfile b/stable/build/release/Dockerfile index 46bdb37a..aaf39cfa 100644 --- a/stable/build/release/Dockerfile +++ b/stable/build/release/Dockerfile @@ -31,7 +31,7 @@ ENV APT_TREE_VERSION="2.1.0-1" ENV XZ_UTILS_VERSION="5.4.1-0.2" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/unstable/build/alpine-x64/Dockerfile b/unstable/build/alpine-x64/Dockerfile index f9d3c7d4..c44c6a3d 100644 --- a/unstable/build/alpine-x64/Dockerfile +++ b/unstable/build/alpine-x64/Dockerfile @@ -42,7 +42,7 @@ ENV APK_MUSL_DEV_VERSION="1.2.4-r2" ENV APK_XZ_VERSION="5.4.3-r0" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/unstable/build/alpine-x86/Dockerfile b/unstable/build/alpine-x86/Dockerfile index d5c175dd..6ace086c 100644 --- a/unstable/build/alpine-x86/Dockerfile +++ b/unstable/build/alpine-x86/Dockerfile @@ -42,7 +42,7 @@ ENV APK_MUSL_DEV_VERSION="1.2.4-r2" ENV APK_XZ_VERSION="5.4.3-r0" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/unstable/build/cgo-mingw-w64-x64/Dockerfile b/unstable/build/cgo-mingw-w64-x64/Dockerfile index ac650e49..b84bfdfc 100644 --- a/unstable/build/cgo-mingw-w64-x64/Dockerfile +++ b/unstable/build/cgo-mingw-w64-x64/Dockerfile @@ -39,7 +39,7 @@ ENV APT_LIBGL1_MESA_DEV_VERSION="20.3.5-1" ENV APT_XORG_DEV_VERSION="1:7.7+22" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/unstable/build/cgo-mingw-w64-x86/Dockerfile b/unstable/build/cgo-mingw-w64-x86/Dockerfile index 2ceea207..688b338a 100644 --- a/unstable/build/cgo-mingw-w64-x86/Dockerfile +++ b/unstable/build/cgo-mingw-w64-x86/Dockerfile @@ -39,7 +39,7 @@ ENV APT_LIBGL1_MESA_DEV_VERSION="20.3.5-1" ENV APT_XORG_DEV_VERSION="1:7.7+22" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1" diff --git a/unstable/build/release/Dockerfile b/unstable/build/release/Dockerfile index 27021d13..76a90e0b 100644 --- a/unstable/build/release/Dockerfile +++ b/unstable/build/release/Dockerfile @@ -32,7 +32,7 @@ ENV APT_TREE_VERSION="2.1.0-1" ENV XZ_UTILS_VERSION="5.4.1-0.2" # https://github.com/tc-hib/go-winres/releases -ENV GO_WINRES_VERSION="v0.3.1" +ENV GO_WINRES_VERSION="v0.3.3" # https://github.com/goreleaser/nfpm/releases ENV NFPM_VERSION="v2.36.1"