Merge pull request #21506 from awanlin/topic/update-techdocs-default-docker-image-version

Bumped the default TechDocs docker image version
This commit is contained in:
Andre Wanlin
2023-11-24 07:51:26 -06:00
committed by GitHub
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ export class TechdocsGenerator implements GeneratorBase {
config: Config;
scmIntegrations: ScmIntegrationRegistry;
});
static readonly defaultDockerImage = 'spotify/techdocs:v1.2.1';
static readonly defaultDockerImage = 'spotify/techdocs:v1.2.3';
static fromConfig(
config: Config,
options: GeneratorOptions,
@@ -53,7 +53,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.1';
public static readonly defaultDockerImage = 'spotify/techdocs:v1.2.3';
private readonly logger: Logger;
private readonly containerRunner?: ContainerRunner;
private readonly options: GeneratorConfig;