From a2ebb31a464426950aa78151a1068627c9df0a39 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Mon, 20 Jan 2020 15:36:44 -0600 Subject: [PATCH] Updated PHP base including move to Debian buster. Updated the base to PHP 7.3.13 and switched to using Debian buster. --- comanage-registry-base/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/comanage-registry-base/Dockerfile b/comanage-registry-base/Dockerfile index 2bbc134..7252e56 100644 --- a/comanage-registry-base/Dockerfile +++ b/comanage-registry-base/Dockerfile @@ -16,7 +16,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM php:7.3.6-apache-stretch +FROM php:7.3.13-apache-buster # Official PHP image with Apache HTTPD includes # --with-openssl @@ -26,7 +26,6 @@ FROM php:7.3.6-apache-stretch RUN apt-get update && apt-get install -y \ libldap-2.4-2 \ libldap2-dev \ - libmariadbclient18 \ libmariadbclient-dev \ libpq-dev \ libxml2 \