From 57450db395e263b0737340fb63e2b8e8e13fe48b Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Tue, 24 Feb 2026 20:31:28 +0000 Subject: [PATCH] fix filename [skip ci] --- README.md | 7 ++++--- VERSION.history | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5aba743..e6460ad 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 21:22 | -| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 21:22 | +| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 21:31 | +| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 21:31 | ### 🚀 Docker Pull ```bash @@ -49,9 +49,10 @@ docker run -d \ git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23 ``` -*Last updated on: 24.02.2026 21:22* +*Last updated on: 24.02.2026 21:31* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | +| **3.23** | 24.02.2026 21:31 | fix filename ✅ | | **3.23** | 24.02.2026 21:22 | fix BUILD_APPS ✅ | diff --git a/VERSION.history b/VERSION.history index 40c5525..b68abeb 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1 +1,2 @@ +| **3.23** | 24.02.2026 21:31 | fix filename ✅ | | **3.23** | 24.02.2026 21:22 | fix BUILD_APPS ✅ |