diff --git a/README.md b/README.md index d58571c..15c62d4 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ This repository is built and pushed automatically. ### 🏗️ Platform Support | Architecture | Status | Base Image | Build Date | | :--- | :--- | :--- | :--- | -| x86_64 (amd64) | ✅ Active | alpine:3 | 16.03.2026 17:25 | -| aarch64 (arm64) | ✅ Active | alpine:3 | 16.03.2026 17:25 | +| x86_64 (amd64) | ✅ Active | alpine:3.23 | 16.03.2026 17:50 | +| aarch64 (arm64) | ✅ Active | alpine:3.23 | 16.03.2026 17:50 | ### 🚀 Docker Pull ```bash @@ -44,9 +44,10 @@ docker run -d \ git.pi-farm.de/pi-farm/docker-baseimage-debian:latest ``` -*Last updated on: 16.03.2026 17:25* +*Last updated on: 16.03.2026 17:50* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | +| **latest** | 16.03.2026 17:50 | fix BUILD_BASE_IMAGE in Dockerfiles ✅ | | **latest** | 16.03.2026 17:25 | removed additional bracket ✅ | diff --git a/VERSION.history b/VERSION.history index ef12805..0b46e62 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1 +1,2 @@ +| **latest** | 16.03.2026 17:50 | fix BUILD_BASE_IMAGE in Dockerfiles ✅ | | **latest** | 16.03.2026 17:25 | removed additional bracket ✅ |