add v to APP-VERSION
Some checks failed
/ release-and-build (push) Failing after 1m20s

This commit is contained in:
2026-02-12 16:48:28 +01:00
parent fc4bf31a70
commit d15cd14728

View File

@@ -6,7 +6,7 @@ BASE_IMAGE=alpine:${BUILD_TAG}
# Examples for BASE_IMAGE
#alpine:${BUILD_TAG}
#git.pi-farm.de/pi-farm/docker-baseimage-alpine:v${BUILD_TAG}
ALPINE_ARCH_AMD64=amd64
ALPINE_ARCH_AMD64=x86_64
ALPINE_ARCH_AARCH64=aarch64
S6_ARCH_amd64=x86_64
S6_ARCH_aarch64=aarch64
@@ -15,7 +15,7 @@ MAINTAINER=pi-farm
TZ=Europe/Berlin
# --- Projekt Spezifisch ---
APP_VERSION=3.23
APP_VERSION=v3.23
APP_NAME=basimage-alpine
APP_USER=pi
APP_GID=1000