Skip to content

Commit

Permalink
Merge pull request #1499 from atc0005/i1493-update-go-winres-to-v0.3.3
Browse files Browse the repository at this point in the history
Update tc-hib/go-winres to v0.3.3
  • Loading branch information
atc0005 authored May 3, 2024
2 parents 2c3a5cf + 678195c commit bef0729
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

Expand Down
2 changes: 1 addition & 1 deletion oldstable/build/alpine-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion oldstable/build/alpine-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion oldstable/build/cgo-mingw-w64-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion oldstable/build/cgo-mingw-w64-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion oldstable/build/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion stable/build/alpine-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion stable/build/alpine-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion stable/build/cgo-mingw-w64-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion stable/build/cgo-mingw-w64-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion stable/build/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion unstable/build/alpine-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion unstable/build/alpine-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion unstable/build/cgo-mingw-w64-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion unstable/build/cgo-mingw-w64-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion unstable/build/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bef0729

Please sign in to comment.