From 8aa753043afc13c6dcacea5530da273f3f6b9813 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:11:14 +0100 Subject: [PATCH] Add ENV build_version --- birdnet-pi/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/birdnet-pi/Dockerfile b/birdnet-pi/Dockerfile index 19de3f3c3..8f6f4d9b9 100644 --- a/birdnet-pi/Dockerfile +++ b/birdnet-pi/Dockerfile @@ -2,7 +2,7 @@ # ALEXBELGIUM'S DOCKERFILE # #============================# # _.------. -# _.-` ('>.-`"""-. +# _.-` ('>.-`"""-.port # '.--'` _'` _ .--.) # -' '-.-';` ` # ' - _.' ``'--. @@ -210,6 +210,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \