Add versioned Docker builder tags and Settings about block

Tag Docker builder images with the current application version in both Linux Docker build scripts so different release environments do not overwrite each other with one floating builder tag.

Replace the Settings Scheduler note with an About block that shows the GoSentry version, Go runtime version, Fyne module version, and the project repository link.
This commit is contained in:
mixeme
2026-06-16 07:36:00 +03:00
parent 4a8feb351e
commit 088f6e77b0
4 changed files with 43 additions and 10 deletions
+3 -3
View File
@@ -107,9 +107,9 @@ dist/linux/pysentry-0.2.3-linux-amd64
Linux using Docker:
```bash
# Builds the Linux binary inside Docker using the image tag
# gitea.mixdep.ru/mix/pysentry-builder. Useful from hosts or CI jobs where the
# native Linux/Fyne packages are not installed locally.
# Builds the Linux binary inside Docker using the versioned image tag
# gitea.mixdep.ru/mix/pysentry-builder:<version>. Useful from hosts or CI jobs
# where the native Linux/Fyne packages are not installed locally.
chmod +x ./scripts/build-linux-docker.sh
./scripts/build-linux-docker.sh
```