File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM microsoft/windowsservercore:1709
22
33SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
44
5- ENV MONGO_VERSION 4.1.7
6- ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.7 -signed.msi
7- ENV MONGO_DOWNLOAD_SHA256 07225721b4b914c65c4a2a9306cf8d19b3875a96e349c3e4b9853e86c8d4cfb1
5+ ENV MONGO_VERSION 4.1.8
6+ ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.8 -signed.msi
7+ ENV MONGO_DOWNLOAD_SHA256 b0de0cc0e3b1af73435e4b11a61776af4ee178339abdd2d31674d14ab7f1bbc0
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 microsoft/windowsservercore:1803
22
33SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
44
5- ENV MONGO_VERSION 4.1.7
6- ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.7 -signed.msi
7- ENV MONGO_DOWNLOAD_SHA256 07225721b4b914c65c4a2a9306cf8d19b3875a96e349c3e4b9853e86c8d4cfb1
5+ ENV MONGO_VERSION 4.1.8
6+ ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.8 -signed.msi
7+ ENV MONGO_DOWNLOAD_SHA256 b0de0cc0e3b1af73435e4b11a61776af4ee178339abdd2d31674d14ab7f1bbc0
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 microsoft/windowsservercore:ltsc2016
22
33SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
44
5- ENV MONGO_VERSION 4.1.7
6- ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.7 -signed.msi
7- ENV MONGO_DOWNLOAD_SHA256 07225721b4b914c65c4a2a9306cf8d19b3875a96e349c3e4b9853e86c8d4cfb1
5+ ENV MONGO_VERSION 4.1.8
6+ ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.8 -signed.msi
7+ ENV MONGO_DOWNLOAD_SHA256 b0de0cc0e3b1af73435e4b11a61776af4ee178339abdd2d31674d14ab7f1bbc0
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