From 6529872b519a36d7a4981868b15f66e63963e9ab Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Tue, 24 Feb 2026 21:15:55 +0000 Subject: [PATCH] fix cron alpine-mirror [skip ci] --- README.md | 7 ++++--- VERSION.history | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b88686..fcbd543 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:51 | -| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 21:51 | +| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 22:15 | +| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 22:15 | ### 🚀 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 21:51* +*Last updated on: 24.02.2026 22:15* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | +| **3.23** | 24.02.2026 22:15 | fix cron alpine-mirror ✅ | | **3.23** | 24.02.2026 21:51 | fix apk packages in dockerfiles ✅ | | **3.23** | 24.02.2026 21:39 | fix svc type-files ✅ | | **3.23** | 24.02.2026 21:34 | fix .gitignore ✅ | diff --git a/VERSION.history b/VERSION.history index 34a02c7..eefdb6d 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1,3 +1,4 @@ +| **3.23** | 24.02.2026 22:15 | fix cron alpine-mirror ✅ | | **3.23** | 24.02.2026 21:51 | fix apk packages in dockerfiles ✅ | | **3.23** | 24.02.2026 21:39 | fix svc type-files ✅ | | **3.23** | 24.02.2026 21:34 | fix .gitignore ✅ |