bump: docker-compose default BUILD_VERSION to 0.2.0.4
This commit is contained in:
parent
1a4696f405
commit
9ba74ee8ec
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ services:
|
|||
context: .
|
||||
dockerfile: ./server/Dockerfile
|
||||
args:
|
||||
BUILD_VERSION: ${BUILD_VERSION:-0.2.0.3}
|
||||
BUILD_VERSION: ${BUILD_VERSION:-0.2.0.4}
|
||||
container_name: redflag-server
|
||||
volumes:
|
||||
- server-config:/app/config
|
||||
|
|
|
|||
Loading…
Reference in a new issue