File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
windows/windowsservercore Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN set -ex; \
37
37
apt-key list
38
38
39
39
ENV MONGO_MAJOR 3.4
40
- ENV MONGO_VERSION 3.4.1
40
+ ENV MONGO_VERSION 3.4.2
41
41
ENV MONGO_PACKAGE mongodb-org
42
42
43
43
RUN echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/$MONGO_MAJOR main" > /etc/apt/sources.list.d/mongodb-org.list
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM microsoft/windowsservercore
2
2
3
3
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
4
4
5
- ENV MONGO_VERSION 3.4.1
5
+ ENV MONGO_VERSION 3.4.2
6
6
ENV MONGO_DOWNLOAD_URL http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-${MONGO_VERSION}-signed.msi
7
- ENV MONGO_DOWNLOAD_SHA256 c530c16b35cbc455d85700991bf96978a3dd1bab89ba7a11ff360777334e006a
7
+ ENV MONGO_DOWNLOAD_SHA256 ff8a4226de8a8d766ae0713dd94663e965cc0505540026e2483cb6351a55eb23
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