Index: src/github.com/containous/traefik/script/binary --- src/github.com/containous/traefik/script/binary.orig 2019-06-21 10:09:53.736220000 +0200 +++ src/github.com/containous/traefik/script/binary 2019-06-21 10:10:57.260470000 +0200 @@ -8,13 +8,10 @@ rm -f dist/traefik -FLAGS=() -if [ -n "$VERBOSE" ]; then - FLAGS+=(-v) -fi +FLAGS=(-v) if [ -z "$VERSION" ]; then - VERSION=$(git rev-parse HEAD) + VERSION=0000 fi if [ -z "$CODENAME" ]; then