From 13f5b91bb3203a4b11d68a06b8a52c38677dc322 Mon Sep 17 00:00:00 2001 From: John Philip Date: Sun, 16 Feb 2025 16:59:51 -0500 Subject: [PATCH] api report Signed-off-by: John Philip --- plugins/techdocs-node/report.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/techdocs-node/report.api.md b/plugins/techdocs-node/report.api.md index c6f626dca8..945f6d8bb3 100644 --- a/plugins/techdocs-node/report.api.md +++ b/plugins/techdocs-node/report.api.md @@ -313,7 +313,7 @@ export class TechdocsGenerator implements GeneratorBase { config: Config; scmIntegrations: ScmIntegrationRegistry; }); - static readonly defaultDockerImage = 'spotify/techdocs:v1.2.4'; + static readonly defaultDockerImage = 'spotify/techdocs:v1.2.6'; static fromConfig( config: Config, options: GeneratorOptions,