Skip to content

Commit 6789927

Browse files
committed
Update gpg4win 2.3.4
1 parent b9bbf20 commit 6789927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile-nanoserver.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM microsoft/windowsservercore as download
22

33
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
44

5-
ENV GPG_VERSION 2.3.3
5+
ENV GPG_VERSION 2.3.4
66

77
RUN Invoke-WebRequest $('https://files.gpg4win.org/gpg4win-vanilla-{0}.exe' -f $env:GPG_VERSION) -OutFile 'gpg4win.exe' -UseBasicParsing ; \
88
Start-Process .\gpg4win.exe -ArgumentList '/S' -NoNewWindow -Wait

Dockerfile-windowsservercore.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM microsoft/windowsservercore as download
22

33
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
44

5-
ENV GPG_VERSION 2.3.3
5+
ENV GPG_VERSION 2.3.4
66

77
RUN Invoke-WebRequest $('https://files.gpg4win.org/gpg4win-vanilla-{0}.exe' -f $env:GPG_VERSION) -OutFile 'gpg4win.exe' -UseBasicParsing ; \
88
Start-Process .\gpg4win.exe -ArgumentList '/S' -NoNewWindow -Wait

0 commit comments

Comments
 (0)