chore: bump default image tag to v1.2.2

This commit is contained in:
2026-03-03 09:08:29 +00:00
parent 01b6b7d6ce
commit f98d75627d
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
# cp .env.example .env
# Container-Image mit festem Release-Tag (kein latest)
PDF_TO_ICS_IMAGE=ghcr.io/webfarben/pdf_to_ics:v1.0.0
PDF_TO_ICS_IMAGE=ghcr.io/webfarben/pdf_to_ics:v1.2.2
# Optional: App-interne Basic Auth (leer = deaktiviert)
WEB_AUTH_USER=

View File

@@ -22,7 +22,7 @@ Danach erreichbar unter:
Für ein neues Release zuerst den Tag in `.env` anpassen:
```dotenv
PDF_TO_ICS_IMAGE=ghcr.io/webfarben/pdf_to_ics:v1.1.0
PDF_TO_ICS_IMAGE=ghcr.io/webfarben/pdf_to_ics:v1.2.2
```
## Enthaltene Betriebsdateien

View File

@@ -23,7 +23,7 @@ cp .env.example .env
Für ein neues Release den Tag in `.env` erhöhen, z. B.:
```dotenv
PDF_TO_ICS_IMAGE=ghcr.io/webfarben/pdf_to_ics:v1.1.0
PDF_TO_ICS_IMAGE=ghcr.io/webfarben/pdf_to_ics:v1.2.2
```
Danach `./update.sh` ausführen.