From 706b62a41c548062a3fc7a23be4a733d9f27551b Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Sat, 2 Mar 2019 15:02:31 -0300 Subject: [PATCH] Update mkdocs [skip ci] (#3836) --- build/mkdocs/Dockerfile | 2 +- requirements-docs.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/mkdocs/Dockerfile b/build/mkdocs/Dockerfile index a389aa9c5..ebd3efc57 100644 --- a/build/mkdocs/Dockerfile +++ b/build/mkdocs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.8 +FROM alpine:3.9 RUN apk update && apk add --no-cache \ bash \ diff --git a/requirements-docs.txt b/requirements-docs.txt index 2e9ae9e56..e9d0be843 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,4 +1,4 @@ -mkdocs-material~=3.1.0 +mkdocs-material~=4.0.2 mkdocs~=1.0.4 pymdown-extensions~=6.0 -pygments~=2.3.0 +pygments~=2.3.1