Merge pull request #7662 from backstage/bump-generator-default-docker-image

[TechDocs Common] Bump generator's default docker image
This commit is contained in:
Camila Belo
2021-10-18 20:09:54 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ export class TechdocsGenerator implements GeneratorBase {
config: Config;
scmIntegrations: ScmIntegrationRegistry;
});
static readonly defaultDockerImage = 'spotify/techdocs:v0.3.3';
static readonly defaultDockerImage = 'spotify/techdocs:v0.3.4';
// (undocumented)
static fromConfig(
config: Config,
@@ -42,7 +42,7 @@ export class TechdocsGenerator implements GeneratorBase {
* The default docker image (and version) used to generate content. Public
* and static so that techdocs-common consumers can use the same version.
*/
public static readonly defaultDockerImage = 'spotify/techdocs:v0.3.3';
public static readonly defaultDockerImage = 'spotify/techdocs:v0.3.4';
private readonly logger: Logger;
private readonly containerRunner: ContainerRunner;
private readonly options: GeneratorConfig;