Skip to content

Commit

Permalink
Update GraphViz to 8.0.5 (#1568)
Browse files Browse the repository at this point in the history
resolves #1565
  • Loading branch information
ggrossetie authored Jun 10, 2023
1 parent a0361e1 commit 5114015
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asciidoc:
ditaa-version: 1.0.3
erd-version: 0.2.1.0
excalidraw-version: 0.15.2
graphviz-version: 8.0.4
graphviz-version: 8.0.5
mermaid-version: 10.1.0
nomnoml-version: 1.5.3
nwdiag-version: 3.0.0
Expand Down
3 changes: 2 additions & 1 deletion server/ops/docker/jdk11-jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ FROM eclipse-temurin:11.0.18_10-jre-jammy
ARG D2_VERSION="0.4.1"
ARG PLANTUML_VERSION="1.2023.7"
ARG UMLET_VERSION="2023-03-20_UMLet_v15.1"
ARG GRAPHVIZ_VERSION="8.0.4"
ARG GRAPHVIZ_VERSION="8.0.5"
ARG DITAA_VERSION="1.0.3"
ARG TARGETARCH

Expand All @@ -233,6 +233,7 @@ RUN addgroup --gecos 1000 kroki && adduser --disabled-password --ingroup kroki -
# * texlive-pictures - Provides various graphics packages like "circuitikz"
# * texlive-science - Provides various science packages like "siunitx"
RUN apt-get update && apt-get install --no-install-recommends --yes \
libpangocairo-1.0 \
libgd3 \
libjpeg9 \
giflib-tools \
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/java/io/kroki/server/service/Graphviz.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public SourceDecoder getSourceDecoder() {

@Override
public String getVersion() {
return "8.0.4";
return "8.0.5";
}

@Override
Expand Down

0 comments on commit 5114015

Please sign in to comment.