Sfoglia il codice sorgente

Dockerfile: update github.com/tc-hib/go-winres v0.3.1

Update the GOWINRES_VERSION to v0.3.1;

full diff: https://github.com/tc-hib/go-winres/compare/v0.3.0...v0.3.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 1 anno fa
parent
commit
a7b44ea10f
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.windows

+ 1 - 1
Dockerfile

@@ -186,7 +186,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
 
 
 FROM base AS gowinres
 FROM base AS gowinres
 # GOWINRES_VERSION defines go-winres tool version
 # GOWINRES_VERSION defines go-winres tool version
-ARG GOWINRES_VERSION=v0.3.0
+ARG GOWINRES_VERSION=v0.3.1
 RUN --mount=type=cache,target=/root/.cache/go-build \
 RUN --mount=type=cache,target=/root/.cache/go-build \
     --mount=type=cache,target=/go/pkg/mod \
     --mount=type=cache,target=/go/pkg/mod \
         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@${GOWINRES_VERSION}" \
         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@${GOWINRES_VERSION}" \

+ 1 - 1
Dockerfile.windows

@@ -163,7 +163,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
 
 
 ARG GO_VERSION=1.21.3
 ARG GO_VERSION=1.21.3
 ARG GOTESTSUM_VERSION=v1.8.2
 ARG GOTESTSUM_VERSION=v1.8.2
-ARG GOWINRES_VERSION=v0.3.0
+ARG GOWINRES_VERSION=v0.3.1
 ARG CONTAINERD_VERSION=v1.7.6
 ARG CONTAINERD_VERSION=v1.7.6
 
 
 # Environment variable notes:
 # Environment variable notes: