diff --git a/Dockerfile b/Dockerfile index c422330..b07f76b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN set -ex \ RUN set -ex \ && cd $GOPATH/src/wal-g/ \ && echo $(git rev-parse --short HEAD) \ + && echo $(git tag -l --points-at HEAD) \ && GOBIN=/usr/local/bin make pg_install RUN wal-g --help RUN ls -la /usr/local/bin/wal-g*