From eef59fe416b5c0aaa3d73fc9b5d3bfe14299de54 Mon Sep 17 00:00:00 2001 From: Morgan Bentell Date: Thu, 23 Mar 2023 10:49:45 +0100 Subject: [PATCH] do default techdocs docker image version in a separate PR Signed-off-by: Morgan Bentell --- .changeset/forty-gorillas-help.md | 1 - plugins/techdocs-node/src/stages/generate/techdocs.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/forty-gorillas-help.md b/.changeset/forty-gorillas-help.md index ecad212aee..3f185525a2 100644 --- a/.changeset/forty-gorillas-help.md +++ b/.changeset/forty-gorillas-help.md @@ -1,5 +1,4 @@ --- -'@backstage/plugin-techdocs-node': patch '@backstage/plugin-techdocs': patch --- diff --git a/plugins/techdocs-node/src/stages/generate/techdocs.ts b/plugins/techdocs-node/src/stages/generate/techdocs.ts index d2ad0021be..2f88e1a8ad 100644 --- a/plugins/techdocs-node/src/stages/generate/techdocs.ts +++ b/plugins/techdocs-node/src/stages/generate/techdocs.ts @@ -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;