diff --git a/README.md b/README.md index 94b0802..402a36b 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ This repository is built and pushed automatically. ### 🏗️ Platform Support | Architecture | Status | Base Image | Build Date | | :--- | :--- | :--- | :--- | -| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 23:10 | -| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 23:10 | +| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 23:25 | +| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 23:25 | ### 🚀 Docker Pull ```bash @@ -49,11 +49,12 @@ docker run -d \ git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23 ``` -*Last updated on: 24.02.2026 23:10* +*Last updated on: 24.02.2026 23:25* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | +| **3.23** | 24.02.2026 23:25 | fix syntax and format ✅ | | **3.23** | 24.02.2026 23:10 | fix alpine-mirror / lighttpd root / stats script ✅ | | **3.23** | 24.02.2026 22:31 | fix --excludes ✅ | | **3.23** | 24.02.2026 22:15 | fix cron alpine-mirror ✅ | diff --git a/VERSION.history b/VERSION.history index 76d1244..3cfe421 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1,3 +1,4 @@ +| **3.23** | 24.02.2026 23:25 | fix syntax and format ✅ | | **3.23** | 24.02.2026 23:10 | fix alpine-mirror / lighttpd root / stats script ✅ | | **3.23** | 24.02.2026 22:31 | fix --excludes ✅ | | **3.23** | 24.02.2026 22:15 | fix cron alpine-mirror ✅ |