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 @@ -41,7 +41,7 @@ RUN set -ex; \
41
41
apt-key list
42
42
43
43
ENV MONGO_MAJOR 3.2
44
- ENV MONGO_VERSION 3.2.11
44
+ ENV MONGO_VERSION 3.2.12
45
45
ENV MONGO_PACKAGE mongodb-org
46
46
47
47
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.2.11
5
+ ENV MONGO_VERSION 3.2.12
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 981059deb1a6a67f05857368b262061c41eb2495379847d50f73bc1c0e8c9059
7
+ ENV MONGO_DOWNLOAD_SHA256 9b8312e067c076808b6c8fd91e327b13caa0286ae21c1221cf29076ad110b116
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