fix BUILD_BASE_IMAGE in Dockerfiles [skip ci]

This commit is contained in:
Gitea Action
2026-03-16 16:50:29 +00:00
parent dde484ac61
commit b111a8b6d6
2 changed files with 5 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ This repository is built and pushed automatically.
### 🏗️ Platform Support ### 🏗️ Platform Support
| Architecture | Status | Base Image | Build Date | | Architecture | Status | Base Image | Build Date |
| :--- | :--- | :--- | :--- | | :--- | :--- | :--- | :--- |
| x86_64 (amd64) | ✅ 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 | 16.03.2026 17:25 | | aarch64 (arm64) | ✅ Active | alpine:3.23 | 16.03.2026 17:50 |
### 🚀 Docker Pull ### 🚀 Docker Pull
```bash ```bash
@@ -44,9 +44,10 @@ docker run -d \
git.pi-farm.de/pi-farm/docker-baseimage-debian:latest 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 History
| Version | Date | Status | | Version | Date | Status |
| :--- | :--- | :--- | | :--- | :--- | :--- |
| **latest** | 16.03.2026 17:50 | fix BUILD_BASE_IMAGE in Dockerfiles ✅ |
| **latest** | 16.03.2026 17:25 | removed additional bracket ✅ | | **latest** | 16.03.2026 17:25 | removed additional bracket ✅ |

View File

@@ -1 +1,2 @@
| **latest** | 16.03.2026 17:50 | fix BUILD_BASE_IMAGE in Dockerfiles ✅ |
| **latest** | 16.03.2026 17:25 | removed additional bracket ✅ | | **latest** | 16.03.2026 17:25 | removed additional bracket ✅ |