fix api reports

Signed-off-by: John Philip <jphilip@spotify.com>
This commit is contained in:
John Philip
2024-06-22 22:45:29 -04:00
parent 4c4d077b9a
commit 897afcc4d5
+1 -1
View File
@@ -268,7 +268,7 @@ export class TechdocsGenerator implements GeneratorBase {
config: Config;
scmIntegrations: ScmIntegrationRegistry;
});
static readonly defaultDockerImage = 'spotify/techdocs:v1.2.3';
static readonly defaultDockerImage = 'spotify/techdocs:v1.2.4';
static fromConfig(
config: Config,
options: GeneratorOptions,