From a429bef2299b979b60f0a7a30c4417828aa2ec5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Nov 2024 07:32:20 +0000 Subject: [PATCH] fix: oss-drivers/tedious/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 --- oss-drivers/tedious/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oss-drivers/tedious/Dockerfile b/oss-drivers/tedious/Dockerfile index 2f4078d2..d6e7ea5c 100644 --- a/oss-drivers/tedious/Dockerfile +++ b/oss-drivers/tedious/Dockerfile @@ -1,6 +1,6 @@ # mssql-nodejs-tedious # Node.js runtime with tedious to connect to SQL Server -FROM ubuntu:16.04 +FROM ubuntu:xenial-20210114 # apt-get and system utilities RUN apt-get update && apt-get install -y \