[TechDocs] Update default techdocs docker image to latest version (#7448)
* set default docker image to latest one 0.3.3 Signed-off-by: Emma Indal <emma.indahl@gmail.com> * update extensions docs with new truly sane lists example Signed-off-by: Emma Indal <emma.indahl@gmail.com> * changeset Signed-off-by: Emma Indal <emma.indahl@gmail.com> * use consistent tagging for docker image versions Signed-off-by: Emma Indal <emma.indahl@gmail.com> * update changeset with correct link to tag Signed-off-by: Emma Indal <emma.indahl@gmail.com> * update api report Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
@@ -256,7 +256,7 @@ export class TechdocsGenerator implements GeneratorBase {
|
||||
config: Config;
|
||||
scmIntegrations: ScmIntegrationRegistry;
|
||||
});
|
||||
static readonly defaultDockerImage = 'spotify/techdocs:v0.3.2';
|
||||
static readonly defaultDockerImage = 'spotify/techdocs:v0.3.3';
|
||||
// (undocumented)
|
||||
static fromConfig(
|
||||
config: Config,
|
||||
|
||||
@@ -42,7 +42,7 @@ export class TechdocsGenerator implements GeneratorBase {
|
||||
* The default docker image (and version) used to generate content. Public
|
||||
* and static so that techdocs-common consumers can use the same version.
|
||||
*/
|
||||
public static readonly defaultDockerImage = 'spotify/techdocs:v0.3.2';
|
||||
public static readonly defaultDockerImage = 'spotify/techdocs:v0.3.3';
|
||||
private readonly logger: Logger;
|
||||
private readonly containerRunner: ContainerRunner;
|
||||
private readonly options: GeneratorConfig;
|
||||
|
||||
Reference in New Issue
Block a user