File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM mcr.microsoft.com/windows/servercore:1809
22
33SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
44
5- ENV MONGO_VERSION 4.4.0-rc10
6- ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.0-rc10 -signed.msi
7- ENV MONGO_DOWNLOAD_SHA256=3bef49f1503da23b39ee6681e93303bdab6aa67cda0bdb1b97c89e7ee0ec76f5
5+ ENV MONGO_VERSION 4.4.0-rc11
6+ ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.0-rc11 -signed.msi
7+ ENV MONGO_DOWNLOAD_SHA256=eab49031c9d606eb09ce47ad408b3758c4a1c594ce1935be4a39ddf5dc818015
88
99RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
1010 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2016
22
33SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
44
5- ENV MONGO_VERSION 4.4.0-rc10
6- ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.0-rc10 -signed.msi
7- ENV MONGO_DOWNLOAD_SHA256=3bef49f1503da23b39ee6681e93303bdab6aa67cda0bdb1b97c89e7ee0ec76f5
5+ ENV MONGO_VERSION 4.4.0-rc11
6+ ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.0-rc11 -signed.msi
7+ ENV MONGO_DOWNLOAD_SHA256=eab49031c9d606eb09ce47ad408b3758c4a1c594ce1935be4a39ddf5dc818015
88
99RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
1010 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments