update api report

Signed-off-by: Morgan Bentell <mbentell@spotify.com>
This commit is contained in:
Morgan Bentell
2023-04-05 15:22:29 +02:00
parent 1f56250ba9
commit 010764d37c
+1 -1
View File
@@ -243,7 +243,7 @@ export class TechdocsGenerator implements GeneratorBase {
config: Config;
scmIntegrations: ScmIntegrationRegistry;
});
static readonly defaultDockerImage = 'spotify/techdocs:v1.1.0';
static readonly defaultDockerImage = 'spotify/techdocs:v1.2.0';
static fromConfig(
config: Config,
options: GeneratorOptions,