From 7f7057eb6afba4fc15e834deae81dbd7d8216b26 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Mon, 18 Oct 2021 19:39:38 +0200 Subject: [PATCH] docs(techdocs-common): update api reports Signed-off-by: Camila Belo --- packages/techdocs-common/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/techdocs-common/api-report.md b/packages/techdocs-common/api-report.md index fca67d8948..f5a00c25ea 100644 --- a/packages/techdocs-common/api-report.md +++ b/packages/techdocs-common/api-report.md @@ -256,7 +256,7 @@ export class TechdocsGenerator implements GeneratorBase { config: Config; scmIntegrations: ScmIntegrationRegistry; }); - static readonly defaultDockerImage = 'spotify/techdocs:v0.3.3'; + static readonly defaultDockerImage = 'spotify/techdocs:v0.3.4'; // (undocumented) static fromConfig( config: Config,