Bump RELEASE for automatic rebuild

This commit is contained in:
Adam Miller 2017-05-23 16:16:07 -05:00
commit 9bdd9ba9ec

View file

@ -16,10 +16,7 @@ RUN dnf install -y --setopt=tsflags=nodocs nodejs npm && \
dnf install -y --setopt=tsflags=nodocs findutils && \
dnf -y clean all
ENV NAME=nodejs \
VERSION=0 \
RELEASE=1 \
ARCH=x86_64
ENV NAME=nodejs VERSION=0 RELEASE=2 ARCH=x86_64
LABEL summary="Javascript runtime." \
name="$FGC/$NAME" \