Skip to content

Commit 72ee9d0

Browse files
committed
Release 0.7.2
1 parent a4147c7 commit 72ee9d0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM openjdk:8-jre-alpine
22

3-
ARG PLANTUML_VERSION=1.2021.10
3+
ARG PLANTUML_VERSION=1.2021.11
44
ARG PLANTUML_DIR=/opt/plantuml
55
ARG PLANTUML_BIN=/usr/local/bin/plantuml
66
ARG PLANTUML_URL=https://sourceforge.net/projects/plantuml/files/plantuml.${PLANTUML_VERSION}.jar/download

requirements.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mkdocs==1.2.2
2-
mkdocs-material==7.3.0
2+
mkdocs-material==7.3.1
33
plantuml-markdown==3.4.3
44

55
markdown-include==0.6.0
@@ -8,4 +8,8 @@ mkdocs-macros-plugin==0.6.0
88

99

1010
mkdocs-pdf-export-plugin==0.5.9
11-
mkdocs-print-site-plugin==2.0.0
11+
mkdocs-print-site-plugin==2.0.1
12+
13+
14+
15+

0 commit comments

Comments
 (0)