From d1cda87aeea1b1c5e78ce9d51b16aabdaa1fd879 Mon Sep 17 00:00:00 2001
From: abonyibence <abonyibence@sch.bme.hu>
Date: Wed, 7 May 2025 21:07:27 +0200
Subject: [PATCH] updated dockerfile

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 6d12186..5aed6f38 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,6 +24,7 @@ COPY --chown=nonroot:nonroot . .
 # venv
 ENV VIRTUAL_ENV=/home/app/venv
 ARG RELEASE_VERSION=default
+ENV RELEASE_VERSION=${RELEASE_VERSION}
 # python setup
 RUN python -m venv $VIRTUAL_ENV
 ENV PATH="$VIRTUAL_ENV/bin:$PATH"
-- 
GitLab