Skip to content

Commit

Permalink
Merge pull request #301 from iudanet/migrator-2
Browse files Browse the repository at this point in the history
Migrator 2
  • Loading branch information
iudanet committed Jan 10, 2023
2 parents e2c91b4 + b28748e commit e90c9c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.7-alpine3.15 AS base
FROM python:3.11.0-alpine3.15 AS base
RUN apk add --no-cache --update openssh-client bash git
FROM base AS builder
LABEL maintainer="Chudakov Aleksandr [email protected]"
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Jinja2==3.1.2
livereload==2.6.3
Markdown==3.3.7
MarkupSafe==2.1.1
mkdocs==1.4.0
mkdocs-minify-plugin==0.5.0
mkdocs-material==8.5.3
mkdocs==1.4.2
mkdocs-minify-plugin==0.6.2
mkdocs-material==9.0.3
pep562==1.1
Pygments==2.13.0
Pygments==2.14.0
six==1.16.0
tornado==6.2

0 comments on commit e90c9c6

Please sign in to comment.