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 @@ -66,7 +66,7 @@ ARG MONGO_REPO=repo.mongodb.org
66
66
ENV MONGO_PACKAGE=${MONGO_PACKAGE} MONGO_REPO=${MONGO_REPO}
67
67
68
68
ENV MONGO_MAJOR 4.1
69
- ENV MONGO_VERSION 4.1.1
69
+ ENV MONGO_VERSION 4.1.2
70
70
71
71
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"
72
72
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.1
6
- ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.1 -signed.msi
7
- ENV MONGO_DOWNLOAD_SHA256 ff14a5e670543a966500d562195dcdd9738b3dd76cb0122b4b3648215e6cf47d
5
+ ENV MONGO_VERSION 4.1.2
6
+ ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.2 -signed.msi
7
+ ENV MONGO_DOWNLOAD_SHA256 4e327fa11d290fc755b92b9c8d16102f0f3984c6bee3da5630839c2a6448dd6e
8
8
9
9
RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
10
10
(New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi' ); \
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.1
6
- ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.1 -signed.msi
7
- ENV MONGO_DOWNLOAD_SHA256 ff14a5e670543a966500d562195dcdd9738b3dd76cb0122b4b3648215e6cf47d
5
+ ENV MONGO_VERSION 4.1.2
6
+ ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.2 -signed.msi
7
+ ENV MONGO_DOWNLOAD_SHA256 4e327fa11d290fc755b92b9c8d16102f0f3984c6bee3da5630839c2a6448dd6e
8
8
9
9
RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
10
10
(New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi' ); \
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.1
6
- ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.1 -signed.msi
7
- ENV MONGO_DOWNLOAD_SHA256 ff14a5e670543a966500d562195dcdd9738b3dd76cb0122b4b3648215e6cf47d
5
+ ENV MONGO_VERSION 4.1.2
6
+ ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.2 -signed.msi
7
+ ENV MONGO_DOWNLOAD_SHA256 4e327fa11d290fc755b92b9c8d16102f0f3984c6bee3da5630839c2a6448dd6e
8
8
9
9
RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
10
10
(New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi' ); \
You can’t perform that action at this time.
0 commit comments