From 9e2277366b2912ab4b846260df6c61c769ce4554 Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Wed, 25 Feb 2026 12:11:11 +0000 Subject: [PATCH] fix dependencies in s6-overlay [skip ci] --- README.md | 7 ++++--- VERSION.history | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30a5322..fb07d0d 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 | 25.02.2026 12:42 | -| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 12:42 | +| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 13:11 | +| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 13:11 | ### 🚀 Docker Pull ```bash @@ -49,11 +49,12 @@ docker run -d \ git.pi-farm.de/pi-farm/docker-alpine-mirror:3.0 ``` -*Last updated on: 25.02.2026 12:42* +*Last updated on: 25.02.2026 13:11* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | +| **3.0** | 25.02.2026 13:11 | fix dependencies in s6-overlay ✅ | | **3.0** | 25.02.2026 12:42 | fix --filter= ✅ | | **3.0** | 25.02.2026 10:55 | switch to rsync to use --filter=merge rsync-rules.txt and set it to v3.0 for testing / set BUILD_TAG=3.0 ✅ | | **3.23** | 25.02.2026 00:25 | fix latest-stable ✅ | diff --git a/VERSION.history b/VERSION.history index cbebcb3..e70fbd4 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1,3 +1,4 @@ +| **3.0** | 25.02.2026 13:11 | fix dependencies in s6-overlay ✅ | | **3.0** | 25.02.2026 12:42 | fix --filter= ✅ | | **3.0** | 25.02.2026 10:55 | switch to rsync to use --filter=merge rsync-rules.txt and set it to v3.0 for testing / set BUILD_TAG=3.0 ✅ | | **3.23** | 25.02.2026 00:25 | fix latest-stable ✅ |