Skip to content

Commit 310529f

Browse files
Update to 3.4.2
1 parent 5c0e43a commit 310529f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

3.4/Dockerfile

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

3939
ENV MONGO_MAJOR 3.4
40-
ENV MONGO_VERSION 3.4.1
40+
ENV MONGO_VERSION 3.4.2
4141
ENV MONGO_PACKAGE mongodb-org
4242

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

3.4/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.4.1
5+
ENV MONGO_VERSION 3.4.2
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 c530c16b35cbc455d85700991bf96978a3dd1bab89ba7a11ff360777334e006a
7+
ENV MONGO_DOWNLOAD_SHA256 ff8a4226de8a8d766ae0713dd94663e965cc0505540026e2483cb6351a55eb23
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)