diff --git a/README.md b/README.md index 72910d4..c8ae048 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 09:43 | -| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 09:43 | +| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 14:02 | +| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 14:02 | ### 🚀 Docker Pull ```bash @@ -49,11 +49,12 @@ docker run -d \ git.pi-farm.de/pi-farm/docker-baseimage-alpine-lighttpd:1.4.82 ``` -*Last updated on: 24.02.2026 09:43* +*Last updated on: 24.02.2026 14:02* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | +| **1.4.82** | 24.02.2026 14:02 | remove creating index.html ✅ | | **1.4.82** | 24.02.2026 09:43 | set BUILD_BASE_IMAGE in correctly ✅ | | **1.4.82** | 23.02.2026 17:51 | Merge branch main of https://git.pi-farm.de/pi-farm/docker-baseimage-alpine-lighttpd ✅ | | **1.4.82** | 23.02.2026 17:29 | init-build ✅ | diff --git a/VERSION.history b/VERSION.history index 8e79cb1..0aaadd5 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1,3 +1,4 @@ +| **1.4.82** | 24.02.2026 14:02 | remove creating index.html ✅ | | **1.4.82** | 24.02.2026 09:43 | set BUILD_BASE_IMAGE in correctly ✅ | | **1.4.82** | 23.02.2026 17:51 | Merge branch main of https://git.pi-farm.de/pi-farm/docker-baseimage-alpine-lighttpd ✅ | | **1.4.82** | 23.02.2026 17:29 | init-build ✅ |