Watch
1
0
Fork
You've already forked RedFlag
0

fix: bump default BUILD_VERSION in docker-compose.yml to 0.2.0.2

The tagged release was building as 0.2.0 because docker-compose.yml defaulted
to the old version. New installs and rebuilds now pick up the correct version
from the file.
This commit is contained in:
Fimeg 2026-05-23 15:34:10 -04:00
commit d16959de9a

View file

@ -21,7 +21,7 @@ services:
context: .
dockerfile: ./server/Dockerfile
args:
BUILD_VERSION: ${BUILD_VERSION:-0.2.0}
BUILD_VERSION: ${BUILD_VERSION:-0.2.0.2}
container_name: redflag-server
volumes:
- server-config:/app/config