Merge pull request #25255 from backstage/johnphilip283-patch-1
Update techdocs.ts container image
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-node': patch
|
||||
---
|
||||
|
||||
Bumps default version of techdocs docker image to latest
|
||||
@@ -268,7 +268,7 @@ export class TechdocsGenerator implements GeneratorBase {
|
||||
config: Config;
|
||||
scmIntegrations: ScmIntegrationRegistry;
|
||||
});
|
||||
static readonly defaultDockerImage = 'spotify/techdocs:v1.2.3';
|
||||
static readonly defaultDockerImage = 'spotify/techdocs:v1.2.4';
|
||||
static fromConfig(
|
||||
config: Config,
|
||||
options: GeneratorOptions,
|
||||
|
||||
@@ -54,7 +54,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;
|
||||
|
||||
Reference in New Issue
Block a user