Merge pull request #17047 from agentbellnorm/techdocs/bump-techdocs-image

[Techdocs] bump default techdocs docker image
This commit is contained in:
Morgan Bentell
2023-04-13 14:30:26 +02:00
committed by GitHub
3 changed files with 7 additions and 2 deletions
+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,
@@ -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.1.0';
public static readonly defaultDockerImage = 'spotify/techdocs:v1.2.0';
private readonly logger: Logger;
private readonly containerRunner?: ContainerRunner;
private readonly options: GeneratorConfig;