chore: update Docker Compose image tags to 3.2.12 and enhance documentation for versioning

This commit is contained in:
UNITRONIX
2026-06-11 18:36:48 +02:00
parent a2621b936a
commit 577fc79a97
12 changed files with 145 additions and 36 deletions
+10
View File
@@ -122,6 +122,16 @@ const FILE_RULES = [
apply: (content, version, oldVersion) =>
content.split(oldVersion).join(version),
},
{
id: 'docker-compose-quick-macvlan',
path: 'docker-compose.quick.macvlan.yml',
extract: (content) => {
const m = content.match(/\$\{BETTERDESK_IMAGE_TAG:-([^}]+)\}/);
return m?.[1];
},
apply: (content, version, oldVersion) =>
content.split(oldVersion).join(version),
},
{
id: 'docker-entrypoint',
path: 'docker/entrypoint.sh',