Skip to content

Commit 4958ee0

Browse files
Update to 4.1.2
1 parent 45acede commit 4958ee0

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

4.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ARG MONGO_REPO=repo.mongodb.org
6666
ENV MONGO_PACKAGE=${MONGO_PACKAGE} MONGO_REPO=${MONGO_REPO}
6767

6868
ENV MONGO_MAJOR 4.1
69-
ENV MONGO_VERSION 4.1.1
69+
ENV MONGO_VERSION 4.1.2
7070

7171
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"
7272

4.1/windows/windowsservercore-1709/Dockerfile

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

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

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
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'); \

4.1/windows/windowsservercore-1803/Dockerfile

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

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

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
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'); \

4.1/windows/windowsservercore-ltsc2016/Dockerfile

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

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

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
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)