From 1a0bd0c3670a8f96bed393efe7ea62786b2fa6aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 06:14:09 +0000 Subject: [PATCH] fix: linux/preview/Ubuntu/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/Ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/preview/Ubuntu/Dockerfile b/linux/preview/Ubuntu/Dockerfile index 6f117629..aa45cb4b 100644 --- a/linux/preview/Ubuntu/Dockerfile +++ b/linux/preview/Ubuntu/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-20201014 # Default SQL Server TCP/Port. EXPOSE 1433