We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01b583c + 156c7f8 commit 8ab26b3Copy full SHA for 8ab26b3
1 file changed
Dockerfile
@@ -32,7 +32,7 @@ VOLUME C:\Logs
32
RUN New-Item -Path Config -ItemType Directory | Out-Null
33
34
WORKDIR $ES_HOME
35
-COPY --from=downloader C:\eventstore\EventStore-OSS-Windows-2019-v20.10.0 .
+COPY --from=downloader C:\eventstore\EventStore-OSS-Windows-2019-v21.2.0 .
36
COPY eventstore.conf .\Config\
37
38
# Run Service
0 commit comments