Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iudanet committed Sep 28, 2022
1 parent c55c4bc commit e2c91b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2c91b4

Please sign in to comment.