From 90cb0abe97556bc7e78d066143338baa7c7ce62b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 06:09:16 +0000 Subject: [PATCH] fix: oss-drivers/msphpsql/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/msphpsql/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oss-drivers/msphpsql/Dockerfile b/oss-drivers/msphpsql/Dockerfile index c78ce536..268b3905 100644 --- a/oss-drivers/msphpsql/Dockerfile +++ b/oss-drivers/msphpsql/Dockerfile @@ -1,6 +1,6 @@ # mssql-php-msphpsql # PHP runtime with sqlservr and pdo_sqlsrv to connect to SQL Server -FROM ubuntu:16.04 +FROM ubuntu:xenial-20201014 MAINTAINER SQL Server Connectivity Team # apt-get and system utilities