Bump TechDocs container to v0.3.5.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-10-29 11:48:39 +02:00
parent e3d9a4b380
commit 6129c89a47
3 changed files with 7 additions and 2 deletions
@@ -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.4';
public static readonly defaultDockerImage = 'spotify/techdocs:v0.3.5';
private readonly logger: Logger;
private readonly containerRunner: ContainerRunner;
private readonly options: GeneratorConfig;