do default techdocs docker image version in a separate PR

Signed-off-by: Morgan Bentell <mbentell@spotify.com>
This commit is contained in:
Morgan Bentell
2023-03-23 10:49:45 +01:00
parent 6c809d1a41
commit eef59fe416
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,5 +1,4 @@
---
'@backstage/plugin-techdocs-node': patch
'@backstage/plugin-techdocs': patch
---
@@ -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.0';
public static readonly defaultDockerImage = 'spotify/techdocs:v1.1.0';
private readonly logger: Logger;
private readonly containerRunner?: ContainerRunner;
private readonly options: GeneratorConfig;