From b587216111e10ec4e4a1ab48e5d65b85345273ce Mon Sep 17 00:00:00 2001 From: Thomas Willson Date: Tue, 13 Feb 2024 16:32:01 -0800 Subject: [PATCH] B2KP-112 Update Kroki container version. (#29) Update Kroki container version to custom build incorporating https://github.com/yuzutech/kroki/pull/1705. We can switch back to an official build once a new release is out. --- docker-compose.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 01940e4..14e1d5d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,19 +4,12 @@ services: stafl-devcontainer: image: "ghcr.io/staflsystems/stafl-devcontainer-ci:latest" command: sleep infinity - network_mode: service:kroki volumes: - ..:/workspaces:cached - data:/home/vscode kroki: - image: yuzutech/kroki:latest - ports: - - 8000:8000 + image: ghcr.io/staflsystems/kroki:latest volumes: data: name: stafl-devcontainer-data - - - - \ No newline at end of file