Don't pin the patch version in the docker tag
This commit is contained in:
parent
c3f3c55303
commit
380b739017
@ -55,7 +55,7 @@ export async function promptKeycloakVersion(params: {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const lastMajorVersions = Array.from(semVersionedTagByMajor.values()).map(
|
const lastMajorVersions = Array.from(semVersionedTagByMajor.values()).map(
|
||||||
({ tag }) => tag
|
({ version }) => `${version.major}.${version.minor}`
|
||||||
);
|
);
|
||||||
|
|
||||||
const { value } = await cliSelect<string>({
|
const { value } = await cliSelect<string>({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user