diff --git a/oss-drivers/msphpsql/Dockerfile b/oss-drivers/msphpsql/Dockerfile index c78ce536..ae3c13a1 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-20210114 MAINTAINER SQL Server Connectivity Team # apt-get and system utilities