Merge pull request #28866 from johnphilip283/bump-techdocs-container-image

bump techdocs generator version
This commit is contained in:
John Philip
2025-02-18 10:49:39 -05:00
committed by GitHub
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -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,
@@ -54,7 +54,7 @@ export class TechdocsGenerator implements GeneratorBase {
* The default docker image (and version) used to generate content. Public
* and static so that techdocs-node consumers can use the same version.
*/
public static readonly defaultDockerImage = 'spotify/techdocs:v1.2.4';
public static readonly defaultDockerImage = 'spotify/techdocs:v1.2.6';
private readonly logger: LoggerService;
private readonly containerRunner?: TechDocsContainerRunner;
private readonly options: GeneratorConfig;