From 8531f166f8fcb0f2b69c86a2fc7c2b2df47fa561 Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Sat, 3 Oct 2020 23:02:41 -0500 Subject: [PATCH] Update mariaDB version in portal-db Dockerfile Update mariadb version to 10.5.5 Issue-ID: PORTAL-1027 Signed-off-by: SandeepLinux Change-Id: I248affaafcdf012d74fd5e2bfe798051067e7f2b --- deliveries/Dockerfile.mariadb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/Dockerfile.mariadb b/deliveries/Dockerfile.mariadb index c20af0c7..7310585b 100644 --- a/deliveries/Dockerfile.mariadb +++ b/deliveries/Dockerfile.mariadb @@ -1,4 +1,4 @@ -FROM mariadb:10.4.14 +FROM mariadb:10.5.5 ARG DB_SCRIPT_DIR=${DB_SCRIPT_DIR} -- 2.16.6