From c3b10a7376f3eedc004f7a5f305a6f6b769d8cad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jun 2023 03:41:04 +0000 Subject: [PATCH] fix: support/mesos-tidy/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1604-BASH-542609 - https://snyk.io/vuln/SNYK-UBUNTU1604-DPKG-2848000 - https://snyk.io/vuln/SNYK-UBUNTU1604-E2FSPROGS-2770734 - https://snyk.io/vuln/SNYK-UBUNTU1604-GZIP-2442559 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 --- support/mesos-tidy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/mesos-tidy/Dockerfile b/support/mesos-tidy/Dockerfile index 90836cfce14..87a5b11ef83 100644 --- a/support/mesos-tidy/Dockerfile +++ b/support/mesos-tidy/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:xenial +FROM ubuntu:xenial-20210416 MAINTAINER The Apache Mesos Developers WORKDIR /tmp/build