mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 09:35:39 +00:00
chore: update Docker Compose image tags to 3.2.12 and enhance documentation for versioning
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user