update api-report

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