Bump RELEASE for automatic rebuild

This commit is contained in:
Adam Miller 2017-07-25 16:19:52 -05:00
commit 1f152787d0

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" \