From 6a5c0b44839641edf74ecf856f15936e0ee7c9ba Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 21 Sep 2017 14:00:57 -0500 Subject: [PATCH] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b38326..67ad2da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +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=3 ARCH=x86_64 +ENV NAME=nodejs VERSION=0 RELEASE=4 ARCH=x86_64 LABEL summary="Javascript runtime." \ name="$FGC/$NAME" \