Update default TechDocs container to v1.0.2
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
@@ -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:v0.3.7';
|
||||
public static readonly defaultDockerImage = 'spotify/techdocs:v1.0.2';
|
||||
private readonly logger: Logger;
|
||||
private readonly containerRunner: ContainerRunner;
|
||||
private readonly options: GeneratorConfig;
|
||||
|
||||
Reference in New Issue
Block a user