We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cb9ac8 + 7d3345b commit 330996dCopy full SHA for 330996d
1 file changed
DockerfileWindows
@@ -16,7 +16,7 @@ ENV ES_VERSION="24.2.0" `
16
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; `
17
Expand-Archive eventstore.zip -DestinationPath $env:ES_HOME ;
18
19
-FROM mcr.microsoft.com/windows/servercore:ltsc2019
+FROM mcr.microsoft.com/windows/servercore:ltsc2022
20
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
21
22
ENV ES_VERSION="24.2.0" `
0 commit comments