From e2c91b40241cc07cda7ca9511def69d95d4efcc4 Mon Sep 17 00:00:00 2001 From: Aleksandr Chudakov Date: Wed, 28 Sep 2022 10:19:20 +0300 Subject: [PATCH] Fix versions --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index be13d12..cf98857 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --no-cache --update \ openssl-dev ENV VIRTUAL_ENV=/opt/venv -ENV PIP_VERSION=22.0.3 +ENV PIP_VERSION=22.2.2 ENV PATH="$VIRTUAL_ENV/bin:$PATH" RUN python3 -m venv $VIRTUAL_ENV diff --git a/requirements.txt b/requirements.txt index 55b2f54..adc408a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ htmlmin==0.1.12 jsmin==3.0.1 Jinja2==3.1.2 livereload==2.6.3 -Markdown==3.4.1 +Markdown==3.3.7 MarkupSafe==2.1.1 mkdocs==1.4.0 mkdocs-minify-plugin==0.5.0