revert version back to 0 (depends on when the image was built)

This commit is contained in:
Andreas Gerstmayr 2020-05-07 14:57:43 +02:00
commit da3e89cfe9

View file

@ -3,7 +3,7 @@ FROM registry.fedoraproject.org/fedora:latest
ENV SUMMARY="Performance Co-Pilot" \
DESCRIPTION="Performance Co-Pilot is a system performance analysis toolkit."
ENV VERSION=5.1.0 \
ENV VERSION=0 \
ARCH=x86_64
LABEL name="${FGC}/pcp" \