From 0c0b68006ad65c46e44d8074a97d5a46f7e8b1d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Nov 2024 22:59:17 +0000 Subject: [PATCH] fix: linux/preview/examples/mssql-polybase/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1604-DPKG-2848000 - https://snyk.io/vuln/SNYK-UBUNTU1604-APPARMOR-277329 - https://snyk.io/vuln/SNYK-UBUNTU1604-LZ4-1298099 - https://snyk.io/vuln/SNYK-UBUNTU1604-ZLIB-2975639 - https://snyk.io/vuln/SNYK-UBUNTU1604-XZUTILS-2442561 --- linux/preview/examples/mssql-polybase/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/preview/examples/mssql-polybase/Dockerfile b/linux/preview/examples/mssql-polybase/Dockerfile index 00131773..9b6919bf 100644 --- a/linux/preview/examples/mssql-polybase/Dockerfile +++ b/linux/preview/examples/mssql-polybase/Dockerfile @@ -3,7 +3,7 @@ # GitRepo: https://github.com/Microsoft/mssql-docker # Base OS layer: Latest Ubuntu LTS -FROM ubuntu:16.04 +FROM ubuntu:xenial-20210114 # Install prerequistes including repo config for SQL server and PolyBase. RUN export DEBIAN_FRONTEND=noninteractive && \