From 4a2de0aa26364d0be9434066afafcf9086b1ecc1 Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Fri, 5 Jun 2026 15:19:27 +0000 Subject: [PATCH] Update to S6_OVERLAY_VERSION=3.2.3.0 [skip ci] --- README.md | 7 ++++--- VERSION.history | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b1e248..459d4b2 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 | 01.05.2026 00:49 | -| aarch64 (arm64) | ✅ Active | alpine:3.23 | 01.05.2026 00:49 | +| x86_64 (amd64) | ✅ Active | alpine:3.23 | 05.06.2026 17:19 | +| aarch64 (arm64) | ✅ Active | alpine:3.23 | 05.06.2026 17:19 | ### 🚀 Docker Pull ```bash @@ -44,11 +44,12 @@ docker run -d \ git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 ``` -*Last updated on: 01.05.2026 00:49* +*Last updated on: 05.06.2026 17:19* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | +| **3.23** | 05.06.2026 17:19 | Update to S6_OVERLAY_VERSION=3.2.3.0 ✅ | | **3.23** | 01.05.2026 00:49 | update 3.23 ✅ | | **3.23** | 25.02.2026 15:26 | switch to s6-overlay version 3.2.2.0 ✅ | | **3.23** | 19.02.2026 23:08 | test fix for latest-tag in workflow on building v3.23 ✅ | diff --git a/VERSION.history b/VERSION.history index 520dee7..0dab714 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1,3 +1,4 @@ +| **3.23** | 05.06.2026 17:19 | Update to S6_OVERLAY_VERSION=3.2.3.0 ✅ | | **3.23** | 01.05.2026 00:49 | update 3.23 ✅ | | **3.23** | 25.02.2026 15:26 | switch to s6-overlay version 3.2.2.0 ✅ | | **3.23** | 19.02.2026 23:08 | test fix for latest-tag in workflow on building v3.23 ✅ |