File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ ARG MONGO_REPO=repo.mongodb.org
79
79
ENV MONGO_PACKAGE=${MONGO_PACKAGE} MONGO_REPO=${MONGO_REPO}
80
80
81
81
ENV MONGO_MAJOR 4.2
82
- ENV MONGO_VERSION 4.2.6
82
+ ENV MONGO_VERSION 4.2.7
83
83
# bashbrew-architectures:amd64 arm64v8 s390x
84
84
RUN echo "deb http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
85
85
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM mcr.microsoft.com/windows/servercore:1809
2
2
3
3
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
4
4
5
- ENV MONGO_VERSION 4.2.6
6
- ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.6 -signed.msi
7
- ENV MONGO_DOWNLOAD_SHA256=401ebc0c087058cd98194046bbd4fbee243592cf9397f36a1fafa208de4ac21e
5
+ ENV MONGO_VERSION 4.2.7
6
+ ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.7 -signed.msi
7
+ ENV MONGO_DOWNLOAD_SHA256=d085db55ea34452617e73a5d7ad80fbc4b9eaf75990e49080a7c3ced13fbb42c
8
8
9
9
RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
10
10
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2016
2
2
3
3
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
4
4
5
- ENV MONGO_VERSION 4.2.6
6
- ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.6 -signed.msi
7
- ENV MONGO_DOWNLOAD_SHA256=401ebc0c087058cd98194046bbd4fbee243592cf9397f36a1fafa208de4ac21e
5
+ ENV MONGO_VERSION 4.2.7
6
+ ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.7 -signed.msi
7
+ ENV MONGO_DOWNLOAD_SHA256=d085db55ea34452617e73a5d7ad80fbc4b9eaf75990e49080a7c3ced13fbb42c
8
8
9
9
RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
10
10
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments