Skip to content

Commit b0e8932

Browse files
authored
Merge pull request moby#49892 from thaJeztah/bump_go_winres
Dockerfile.windows: update github.com/tc-hib/go-winres to v0.3.3
2 parents 8d5177b + 9b62592 commit b0e8932

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile.windows

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
163163

164164
ARG GO_VERSION=1.23.8
165165
ARG GOTESTSUM_VERSION=v1.12.0
166-
ARG GOWINRES_VERSION=v0.3.1
166+
167+
# GOWINRES_VERSION is the version of go-winres to install.
168+
ARG GOWINRES_VERSION=v0.3.3
167169
ARG CONTAINERD_VERSION=v1.7.27
168170

169171
# Environment variable notes:

0 commit comments

Comments
 (0)