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 @@ -77,7 +77,7 @@ ARG MONGO_REPO=repo.mongodb.org
7777ENV MONGO_PACKAGE=${MONGO_PACKAGE} MONGO_REPO=${MONGO_REPO}
7878
7979ENV MONGO_MAJOR 4.0
80- ENV MONGO_VERSION 4.0.15
80+ ENV MONGO_VERSION 4.0.16
8181# bashbrew-architectures:amd64 arm64v8
8282RUN echo "deb http://$MONGO_REPO/apt/ubuntu xenial/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
8383
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.0.15
6- ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.15 -signed.msi
7- ENV MONGO_DOWNLOAD_SHA256 0759502a0f0815936cdb909dd3df13b36504411011da2f37d093fcb40e04971a
5+ ENV MONGO_VERSION 4.0.16
6+ ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.16 -signed.msi
7+ ENV MONGO_DOWNLOAD_SHA256 d871d52110ed3c6600273d44e557ab63fc4104aa84b6115ad4dc0b68f90c062d
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.0.15
6- ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.15 -signed.msi
7- ENV MONGO_DOWNLOAD_SHA256 0759502a0f0815936cdb909dd3df13b36504411011da2f37d093fcb40e04971a
5+ ENV MONGO_VERSION 4.0.16
6+ ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.16 -signed.msi
7+ ENV MONGO_DOWNLOAD_SHA256 d871d52110ed3c6600273d44e557ab63fc4104aa84b6115ad4dc0b68f90c062d
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