Skip to content

Commit 330996d

Browse files
Merge pull request #14 from TransactionProcessing/task/#12_windows2022
Update DockerfileWindows
2 parents 7cb9ac8 + 7d3345b commit 330996d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DockerfileWindows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV ES_VERSION="24.2.0" `
1616
RUN Invoke-WebRequest "https://github.com/EventStore/EventStore/releases/download/oss-v$($env:ES_VERSION)/EventStore-OSS-Windows-2019-v$($env:ES_VERSION).zip" -OutFile 'eventstore.zip' -UseBasicParsing; `
1717
Expand-Archive eventstore.zip -DestinationPath $env:ES_HOME ;
1818

19-
FROM mcr.microsoft.com/windows/servercore:ltsc2019
19+
FROM mcr.microsoft.com/windows/servercore:ltsc2022
2020
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
2121

2222
ENV ES_VERSION="24.2.0" `

0 commit comments

Comments
 (0)