From ec008b8a26a136be5a3cbe43ad73b16593812a9b Mon Sep 17 00:00:00 2001
From: Michal Kolodziejski <michal.kolodziejski@cern.ch>
Date: Mon, 18 Jan 2021 09:33:46 +0100
Subject: [PATCH] Update mkdocs and mkdocs-material to the latest versions

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index c5b3fc7..07add7b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,8 @@
 FROM centos/nginx-116-centos7
 
 ENV NAME="MkDocs" \
-    MKDOCS_VERSION="1.1" \
-    MATERIAL_VERSION="4.6.3" \
+    MKDOCS_VERSION="1.1.2" \
+    MATERIAL_VERSION="6.2.5" \
     SUMMARY="Platform for building and running MkDocs static sites." \
     DESCRIPTION="MkDocs is a fast, simple and downright gorgeous \
 static site generator that's geared towards building project documentation. \
-- 
GitLab