Bump @spotify/techdocs container to v0.3.6

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2022-01-17 17:34:01 +01:00
parent aa9030d313
commit 47277c0d8c
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ export class TechdocsGenerator implements GeneratorBase {
config: Config;
scmIntegrations: ScmIntegrationRegistry;
});
static readonly defaultDockerImage = 'spotify/techdocs:v0.3.5';
static readonly defaultDockerImage = 'spotify/techdocs:v0.3.6';
// (undocumented)
static fromConfig(
config: Config,
@@ -44,7 +44,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.5';
public static readonly defaultDockerImage = 'spotify/techdocs:v0.3.6';
private readonly logger: Logger;
private readonly containerRunner: ContainerRunner;
private readonly options: GeneratorConfig;