summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Shah <sandeeplinux1068@gmail.com>2020-10-03 23:02:41 -0500
committerSandeep Shah <sandeep.shah@ibm.com>2020-10-05 19:30:11 +0000
commitadcc2c5cfa252e8e80db7157adad691008a44637 (patch)
tree13a51cd673191c7ba7cc36e769a179c1cee69b11
parent57379c29d8457eb88258328e3c9c7679b2a40274 (diff)
Update mariaDB version in portal-db Dockerfile
Update mariadb version to 10.5.5 Issue-ID: PORTAL-1027 Signed-off-by: SandeepLinux <Sandeep.Shah@att.com> Change-Id: I248affaafcdf012d74fd5e2bfe798051067e7f2b (cherry picked from commit 8531f166f8fcb0f2b69c86a2fc7c2b2df47fa561)
-rw-r--r--deliveries/Dockerfile.mariadb2
1 files changed, 1 insertions, 1 deletions
diff --git a/deliveries/Dockerfile.mariadb b/deliveries/Dockerfile.mariadb
index 2748f874..7310585b 100644
--- a/deliveries/Dockerfile.mariadb
+++ b/deliveries/Dockerfile.mariadb
@@ -1,4 +1,4 @@
-FROM mariadb:latest
+FROM mariadb:10.5.5
ARG DB_SCRIPT_DIR=${DB_SCRIPT_DIR}