From 0fbc8f140e754402c5d9c877130743d6612d76c9 Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Wed, 25 Feb 2026 16:14:50 +0000 Subject: [PATCH] add init-lighttpd-config to user.contents.d [skip ci] --- README.md | 7 ++++--- VERSION.history | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf738b1..527d379 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 17:00 | -| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 17:00 | +| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 17:14 | +| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 17:14 | ### 🚀 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 17:00* +*Last updated on: 25.02.2026 17:14* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | +| **3.0** | 25.02.2026 17:14 | add init-lighttpd-config to user.contents.d ✅ | | **3.0** | 25.02.2026 17:00 | changed dependencies to dependencies.d ✅ | | **3.0** | 25.02.2026 13:20 | reorder s6-init scripts ✅ | | **3.0** | 25.02.2026 13:11 | fix dependencies in s6-overlay ✅ | diff --git a/VERSION.history b/VERSION.history index 2e3b514..a371869 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1,3 +1,4 @@ +| **3.0** | 25.02.2026 17:14 | add init-lighttpd-config to user.contents.d ✅ | | **3.0** | 25.02.2026 17:00 | changed dependencies to dependencies.d ✅ | | **3.0** | 25.02.2026 13:20 | reorder s6-init scripts ✅ | | **3.0** | 25.02.2026 13:11 | fix dependencies in s6-overlay ✅ |