fix mkdocs version
Signed-off-by: Manabu McCloskey <manabu.mccloskey@gmail.com>
This commit is contained in:
parent
23769027cd
commit
834d0a7ebc
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ ENV VIRTUAL_ENV=/opt/venv
|
|||
RUN python3 -m venv $VIRTUAL_ENV
|
||||
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
||||
|
||||
RUN pip3 install 'mkdocs-techdocs-core==1.6.1'
|
||||
RUN pip3 install 'mkdocs-techdocs-core==1.4.2'
|
||||
|
||||
# Add cnoe cli.
|
||||
RUN curl -L -O https://github.com/cnoe-io/cnoe-cli/releases/download/v0.1.0/cnoe_Linux_x86_64.tar.gz && \
|
||||
|
|
Loading…
Reference in a new issue