Skip to content

Commit 5c0e43a

Browse files
Update to 3.2.12
1 parent ce77d8e commit 5c0e43a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

3.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN set -ex; \
4141
apt-key list
4242

4343
ENV MONGO_MAJOR 3.2
44-
ENV MONGO_VERSION 3.2.11
44+
ENV MONGO_VERSION 3.2.12
4545
ENV MONGO_PACKAGE mongodb-org
4646

4747
RUN echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/$MONGO_MAJOR main" > /etc/apt/sources.list.d/mongodb-org.list

3.2/windows/windowsservercore/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ FROM microsoft/windowsservercore
22

33
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
44

5-
ENV MONGO_VERSION 3.2.11
5+
ENV MONGO_VERSION 3.2.12
66
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
88

99
RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
1010
(New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi'); \

0 commit comments

Comments
 (0)