From 7aa84d5612f421b469f4eca3ee2d039a0b859c9d Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Tue, 17 Mar 2026 18:56:08 +0000 Subject: [PATCH] Merge pull request debian (#1) from debian into main Reviewed-on: https://git.pi-farm.de/pi-farm/docker-baseimage-debian/pulls/1 [skip ci] --- README.md | 7 ++++--- VERSION.history | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b12dca..3768497 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.23 | 17.03.2026 16:07 | -| aarch64 (arm64) | ✅ Active | alpine:3.23 | 17.03.2026 16:07 | +| x86_64 (amd64) | ✅ Active | debian:trixie-slim | 17.03.2026 19:56 | +| aarch64 (arm64) | ✅ Active | debian:trixie-slim | 17.03.2026 19:56 | ### 🚀 Docker Pull ```bash @@ -44,11 +44,12 @@ docker run -d \ git.pi-farm.de/pi-farm/docker-baseimage-debian:latest ``` -*Last updated on: 17.03.2026 16:07* +*Last updated on: 17.03.2026 19:56* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | +| **latest** | 17.03.2026 19:56 | Merge pull request debian (#1) from debian into main Reviewed-on: https://git.pi-farm.de/pi-farm/docker-baseimage-debian/pulls/1 ✅ | | **latest** | 17.03.2026 16:07 | add .vscode to .gitignore ✅ | | **latest** | 16.03.2026 23:37 | root/s6-overlay/s6-rc.d/init-mods-package-install/up aktualisiert ✅ | | **latest** | 16.03.2026 21:24 | buildargs.env aktualisiert ✅ | diff --git a/VERSION.history b/VERSION.history index f9683cf..73dd5fd 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1,3 +1,4 @@ +| **latest** | 17.03.2026 19:56 | Merge pull request debian (#1) from debian into main Reviewed-on: https://git.pi-farm.de/pi-farm/docker-baseimage-debian/pulls/1 ✅ | | **latest** | 17.03.2026 16:07 | add .vscode to .gitignore ✅ | | **latest** | 16.03.2026 23:37 | root/s6-overlay/s6-rc.d/init-mods-package-install/up aktualisiert ✅ | | **latest** | 16.03.2026 21:24 | buildargs.env aktualisiert ✅ |