multiversx / mx-chain-observing-squad

Docker images and scripts for setting up an MultiversX Observing Squad
11 stars 12 forks source link

Fix observer / node version (at go build) #3

Closed andreibancioiu closed 3 years ago

andreibancioiu commented 3 years ago
RUN go build -i -v -ldflags="-X main.appVersion=$(git describe --tags --long --dirty)"

Tag isn't config's tag (though it should have been).

bogdan-rosianu commented 3 years ago

fixed by https://github.com/ElrondNetwork/observing-squad/pull/5