Update techdocs.ts container image

Signed-off-by: John Philip <johnphilip283@gmail.com>
This commit is contained in:
John Philip
2024-06-14 17:49:47 -04:00
committed by GitHub
parent b6a544d265
commit cc183007ea
@@ -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.2.3';
public static readonly defaultDockerImage = 'spotify/techdocs:v1.2.4';
private readonly logger: Logger;
private readonly containerRunner?: ContainerRunner;
private readonly options: GeneratorConfig;