File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ ARG MONGO_REPO=repo.mongodb.org
7979ENV MONGO_PACKAGE=${MONGO_PACKAGE} MONGO_REPO=${MONGO_REPO}
8080
8181ENV MONGO_MAJOR 4.2
82- ENV MONGO_VERSION 4.2.9
83- # bashbrew-architectures:amd64 arm64v8 s390x
82+ ENV MONGO_VERSION 4.2.10
83+ # bashbrew-architectures:amd64 arm64v8
8484RUN echo "deb http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
8585
8686RUN set -x \
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM mcr.microsoft.com/windows/servercore:1809
22
33SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
44
5- ENV MONGO_VERSION 4.2.9
6- ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.9 -signed.msi
7- ENV MONGO_DOWNLOAD_SHA256=d4d55bd21879bdbd8f9cbf5d2102a575b12b13647d975a642e90b3b44ad84532
5+ ENV MONGO_VERSION 4.2.10
6+ ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.10 -signed.msi
7+ ENV MONGO_DOWNLOAD_SHA256=73bd155ae0a073acda0c4737b40733f5d84afcfbc985a6e61736076e0ef768a2
88
99RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
1010 [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
22
33SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop';" ]
44
5- ENV MONGO_VERSION 4.2.9
6- ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.9 -signed.msi
7- ENV MONGO_DOWNLOAD_SHA256=d4d55bd21879bdbd8f9cbf5d2102a575b12b13647d975a642e90b3b44ad84532
5+ ENV MONGO_VERSION 4.2.10
6+ ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.10 -signed.msi
7+ ENV MONGO_DOWNLOAD_SHA256=73bd155ae0a073acda0c4737b40733f5d84afcfbc985a6e61736076e0ef768a2
88
99RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
1010 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments