Added git hash as version number

This commit is contained in:
2025-11-28 11:48:29 +01:00
parent 35f773047d
commit 7f908157bf
6 changed files with 24 additions and 14 deletions

5
cntmanage/docker/build.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
GIT_HASH=$(git rev-parse --short HEAD)
echo "Building Flightslot version ${GIT_HASH}"
docker compose build --build-arg GIT_HASH=${GIT_HASH}