add ARG APP_USER to Dockerfiles
All checks were successful
/ release-and-build (push) Successful in 37s

This commit is contained in:
2026-02-12 17:04:28 +01:00
parent fcfbe95978
commit a818e6648f
2 changed files with 2 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ ARG PKG_INST_VERSION="v1"
ARG LSIOWN_VERSION="v1"
ARG WITHCONTENV_VERSION="v1"
ARG APP_GID
ARG APP_USER
LABEL build_version="${MAINTAINER} version: ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="${MAINTAINER}"