File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ ARG MONGO_REPO=repo.mongodb.org
69
69
ENV MONGO_PACKAGE=${MONGO_PACKAGE} MONGO_REPO=${MONGO_REPO}
70
70
71
71
ENV MONGO_MAJOR 4.1
72
- ENV MONGO_VERSION 4.1.6
72
+ ENV MONGO_VERSION 4.1.7
73
73
74
74
RUN echo "deb http://$MONGO_REPO/apt/ubuntu xenial/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
75
75
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM microsoft/windowsservercore:1709
2
2
3
3
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
4
4
5
- ENV MONGO_VERSION 4.1.6
6
- ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.6 -signed.msi
7
- ENV MONGO_DOWNLOAD_SHA256 c777df7816bb8c9a760fdea782113949408b6f39d72be29a2551fa51e2fe0473
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
8
8
9
9
RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
10
10
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM microsoft/windowsservercore:1803
2
2
3
3
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
4
4
5
- ENV MONGO_VERSION 4.1.6
6
- ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.6 -signed.msi
7
- ENV MONGO_DOWNLOAD_SHA256 c777df7816bb8c9a760fdea782113949408b6f39d72be29a2551fa51e2fe0473
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
8
8
9
9
RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
10
10
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM microsoft/windowsservercore:ltsc2016
2
2
3
3
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
4
4
5
- ENV MONGO_VERSION 4.1.6
6
- ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.6 -signed.msi
7
- ENV MONGO_DOWNLOAD_SHA256 c777df7816bb8c9a760fdea782113949408b6f39d72be29a2551fa51e2fe0473
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
8
8
9
9
RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
10
10
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments