From 868d5e23c16d661f78a6edc59ab8b2b00ccda3c8 Mon Sep 17 00:00:00 2001 From: bkraul Date: Mon, 25 Feb 2019 06:07:14 -0600 Subject: [PATCH] Updated README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c342cb0..d4d1aec 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,14 @@ # Introduction -This image is based on [webdevops/php-apache:ubuntu-18.04](https://hub.docker.com/r/webdevops/php-apache) image, with **mcrypt** extension and latest Microsoft **sqlsrv** and **pdo_sqlsrv** drivers and extensions. +This image is based on [webdevops/php-apache](https://hub.docker.com/r/webdevops/php-apache) 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) | +| 7.3 | 7.3.2 | Debian 10 (buster) | # Usage