From e774c377d882d9812997b268202db66d72071fbc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Nov 2024 03:25:50 +0000 Subject: [PATCH] fix: linux/preview/examples/mssql-agent-fts-ha-tools/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-GZIP-2442559 --- linux/preview/examples/mssql-agent-fts-ha-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/preview/examples/mssql-agent-fts-ha-tools/Dockerfile b/linux/preview/examples/mssql-agent-fts-ha-tools/Dockerfile index 7400a725..94488a8a 100644 --- a/linux/preview/examples/mssql-agent-fts-ha-tools/Dockerfile +++ b/linux/preview/examples/mssql-agent-fts-ha-tools/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 since it is needed to get repo config for SQL server RUN export DEBIAN_FRONTEND=noninteractive && \