diff --git a/README.md b/README.md index 527d379..62ee283 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,18 @@ 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:14 | -| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 17:14 | +| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 17:46 | +| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 17:46 | ### 🚀 Docker Pull ```bash -docker pull git.pi-farm.de/pi-farm/docker-alpine-mirror:3.0 +docker pull git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23 ``` ### 🚀 Docker Compose ```yaml services: docker-alpine-mirror: - image: git.pi-farm.de/pi-farm/docker-alpine-mirror:3.0 + image: git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23 container_name: docker-alpine-mirror restart: unless-stopped ports: @@ -46,14 +46,15 @@ docker run -d \ -v ./config:/config \ -v ./data:/app/www \ -p 8080:80 \ - git.pi-farm.de/pi-farm/docker-alpine-mirror:3.0 + git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23 ``` -*Last updated on: 25.02.2026 17:14* +*Last updated on: 25.02.2026 17:46* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | +| **3.23** | 25.02.2026 17:46 | set tag to ${BUILD_TAG} ✅ | | **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 ✅ | diff --git a/VERSION.history b/VERSION.history index a371869..6c5d090 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1,3 +1,4 @@ +| **3.23** | 25.02.2026 17:46 | set tag to ${BUILD_TAG} ✅ | | **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 ✅ | diff --git a/docker-compose.yml b/docker-compose.yml index 6d5f99d..986d193 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: docker-alpine-mirror: - image: git.pi-farm.de/pi-farm/docker-alpine-mirror:3.0 + image: git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23 container_name: docker-alpine-mirror restart: unless-stopped ports: