From 80aa73a32db8c992c153ef2ccd8eae2fca7790a8 Mon Sep 17 00:00:00 2001 From: bkraul Date: Mon, 25 Feb 2019 06:06:29 -0600 Subject: [PATCH] Updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa5b048..b832707 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,14 @@ # Introduction -This image is based on [webdevops/php-nginx:ubuntu-18.04](https://hub.docker.com/r/webdevops/php-nginx) image, with **mcrypt** extension and latest Microsoft **sqlsrv** and **pdo_sqlsrv** drivers and extensions. +This image is based on [webdevops/php-nginx](https://hub.docker.com/r/webdevops/php-nginx) image, with **mcrypt** extension and latest Microsoft **sqlsrv** and **pdo_sqlsrv** drivers and extensions. ## Tags | Tags | PHP Version | Distribution | | -------------------- | ----------- | ----------------------- | -| latest, ubuntu-18.04 | 7.2.10 | Ubuntu 18.04.1 (bionic) | +| latest, ubuntu-18.04 | 7.2.15 | Ubuntu 18.04.1 (bionic) | +| 7.3 | 7.3.2 | Debian 10 (buster) | # Usage