Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 150_gitlab/135_integrations/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
services:

kroki:
image: yuzutech/kroki:0.30.1
image: yuzutech/kroki:0.32.1
environment:
KROKI_BLOCKDIAG_HOST: blockdiag
KROKI_MERMAID_HOST: mermaid
Expand Down
2 changes: 1 addition & 1 deletion 160_gitlab_ci/000_rollout/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ services:
restart: always

kroki:
image: yuzutech/kroki:0.30.1
image: yuzutech/kroki:0.32.1
environment:
KROKI_MERMAID_HOST: mermaid
KROKI_BPMN_HOST: bpmn
Expand Down
2 changes: 1 addition & 1 deletion 160_gitlab_ci/001_server/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ services:
# .kroki_url
# .kroki_formats{bpmn,blockdiag,excalidraw}
kroki:
image: yuzutech/kroki:0.30.1
image: yuzutech/kroki:0.32.1
environment:
KROKI_MERMAID_HOST: mermaid
KROKI_BPMN_HOST: bpmn
Expand Down