diff --git a/README.md b/README.md index b862e74..0f0a89a 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,18 @@ This repository is built and pushed automatically. ### 🏗️ Platform Support | Architecture | Status | Base Image | Build Date | | :--- | :--- | :--- | :--- | -| x86_64 (amd64) | ✅ Active | alpine:3.22 | 19.02.2026 23:02 | -| aarch64 (arm64) | ✅ Active | alpine:3.22 | 19.02.2026 23:02 | +| x86_64 (amd64) | ✅ Active | alpine:3.23 | 19.02.2026 23:08 | +| aarch64 (arm64) | ✅ Active | alpine:3.23 | 19.02.2026 23:08 | ### 🚀 Docker Pull ```bash -docker pull git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.22 +docker pull git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 ``` ### 🚀 Docker Compose ```yaml services: docker-baseimage-alpine: - image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.22 + image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 container_name: docker-baseimage-alpine restart: unless-stopped @@ -41,14 +41,15 @@ docker run -d \ -e TZ=Europe/Berlin \ -e PUID=1000 \ -e PGID=1000 \ - git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.22 + git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 ``` -*Last updated on: 19.02.2026 23:02* +*Last updated on: 19.02.2026 23:08* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | +| **3.23** | 19.02.2026 23:08 | test fix for latest-tag in workflow on building v3.23 ✅ | | **3.22** | 19.02.2026 23:02 | add fix for latest-tag in workflow ✅ | | **3.23** | 19.02.2026 21:20 | build for alpine v3.23 ✅ | | **3.21** | 19.02.2026 21:16 | build for alpine v3.21 ✅ | diff --git a/VERSION.history b/VERSION.history index 215af0f..5f2246e 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1,3 +1,4 @@ +| **3.23** | 19.02.2026 23:08 | test fix for latest-tag in workflow on building v3.23 ✅ | | **3.22** | 19.02.2026 23:02 | add fix for latest-tag in workflow ✅ | | **3.23** | 19.02.2026 21:20 | build for alpine v3.23 ✅ | | **3.21** | 19.02.2026 21:16 | build for alpine v3.21 ✅ | diff --git a/docker-compose.yml b/docker-compose.yml index 1c9a027..8a9dc99 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: docker-baseimage-alpine: - image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.22 + image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 container_name: docker-baseimage-alpine restart: unless-stopped