From 6d398b7073a2fbeafc63e5a863f753cf5c7dcaef Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Thu, 19 Feb 2026 22:02:48 +0000 Subject: [PATCH] add fix for latest-tag in workflow [skip ci] --- README.md | 13 +++++++------ VERSION.history | 1 + docker-compose.yml | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 95e94f0..b862e74 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.23 | 19.02.2026 21:20 | -| aarch64 (arm64) | ✅ Active | alpine:3.23 | 19.02.2026 21:20 | +| x86_64 (amd64) | ✅ Active | alpine:3.22 | 19.02.2026 23:02 | +| aarch64 (arm64) | ✅ Active | alpine:3.22 | 19.02.2026 23:02 | ### 🚀 Docker Pull ```bash -docker pull git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 +docker pull git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.22 ``` ### 🚀 Docker Compose ```yaml services: docker-baseimage-alpine: - image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 + image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.22 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.23 + git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.22 ``` -*Last updated on: 19.02.2026 21:20* +*Last updated on: 19.02.2026 23:02* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | +| **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 ✅ | | **3.23** | 19.02.2026 20:47 | build for v3.23 ✅ | diff --git a/VERSION.history b/VERSION.history index 30d1d58..215af0f 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1,3 +1,4 @@ +| **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 ✅ | | **3.23** | 19.02.2026 20:47 | build for v3.23 ✅ | diff --git a/docker-compose.yml b/docker-compose.yml index 8a9dc99..1c9a027 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.23 + image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.22 container_name: docker-baseimage-alpine restart: unless-stopped