From 5c64350d99d4b8623890723badb112890477d8ef Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Thu, 20 Feb 2025 16:17:05 -0700 Subject: [PATCH] build: update Dockerfile labels --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ad9dc435..b2733936 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ LABEL org.opencontainers.image.repo.3="https://git.binaryninja.net/pub_projects/ LABEL org.opencontainers.image.documentation="https://git.binaryninja.net/pub_projects/tvapp2/wiki" LABEL org.opencontainers.image.url="https://git.binaryninja.net/pub_projects/tvapp2/packages" LABEL org.opencontainers.image.licenses="MIT" -LABEL build_version="TvApp2 v${VERSION} build-date: ${BUILDDATE}" +LABEL build_version="TVApp2 v${VERSION} build-date: ${BUILDDATE}" # # # Set Env Var diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 40ca230c..c67a6023 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -45,7 +45,7 @@ LABEL org.opencontainers.image.repo.3="https://git.binaryninja.net/pub_projects/ LABEL org.opencontainers.image.documentation="https://git.binaryninja.net/pub_projects/tvapp2/wiki" LABEL org.opencontainers.image.url="https://github.com/Aetherinox/tvapp2/pkgs/container/tvapp2" LABEL org.opencontainers.image.licenses="MIT" -LABEL build_version="TvApp2 v${VERSION} build-date: ${BUILDDATE}" +LABEL build_version="TVApp2 v${VERSION} build-date: ${BUILDDATE}" # # # Set Env Var