From f4a106991de7ff2e7a6a29df6c5889c1d3fafe3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jul 2024 20:22:55 +0000 Subject: [PATCH] fix: oss-drivers/php-mssql/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 --- oss-drivers/php-mssql/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oss-drivers/php-mssql/Dockerfile b/oss-drivers/php-mssql/Dockerfile index 9abd2323..34d1ba21 100644 --- a/oss-drivers/php-mssql/Dockerfile +++ b/oss-drivers/php-mssql/Dockerfile @@ -1,6 +1,6 @@ # php-mssql # PHP runtime with pdo_sqlsrv to connect to SQL Server -FROM ubuntu:16.04 +FROM ubuntu:xenial-20210416 # apt-get and system utilities RUN apt-get update && apt-get install -y \